You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make bundle a general solution rather than only composer (#484)
code support for bundle extension. Based on previous change, this PR is
pretty simple. Now you could run extension in this way:
```
boe run --extension composer/example-go --extension dns/listener
```
Because the `/` is not allowed in the extension name
(`"^[a-z][.a-z0-9-_]*$"`), it's pretty great to be used as the separator
between bundle and extension name. And easy to understand and use.
If there is a `/`, the first part is bundle (artifact), the second part
the specific extension name. If there is no `/`, we will fallback to use
the extension name as bundle name.
---------
Signed-off-by: wbpcode <wbphub@gmail.com>
0 commit comments