Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy all actions within a package #812

Open
hparra opened this issue Sep 11, 2024 · 2 comments
Open

Deploy all actions within a package #812

hparra opened this issue Sep 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hparra
Copy link
Contributor

hparra commented Sep 11, 2024

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:

  1. deploy everything
  2. deploy multiple individual actions using multiple -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.

@purplecabbage
Copy link
Member

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

@purplecabbage purplecabbage added the enhancement New feature or request label Sep 24, 2024
@aiojbot
Copy link
Collaborator

aiojbot commented Sep 24, 2024

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-3211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants