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
Packages are somewhat under-utilized in our system because we have so many similar concepts. ( namespaces, extensions, packages )
Currently you can deploy a single extension with -e and an action with -a. If this is done I would recommend we do it by adding a -p--package
Is your feature request related to a problem? Please describe.
I would like to deploy all actions in a specific package, e.g.
aio app deploy -a myPackage/*
Use-case Example: I may have multiple packages with a total of say 20 actions, but I just want to deploy one package with its 5 actions.
Describe the solution you'd like
Options:
aio app deploy -a myPackage/*
aio app deploy -a myPackage
Describe alternatives you've considered
We currently can:
-a
.Additional context
Is there a case when an action is not of the form "${package}/${action}"?
Perhaps
myPackage/*
can be useful in other contexts.The text was updated successfully, but these errors were encountered: