modify app
apppack modify app
modify an AppPack application
Synopsis
Requires admin permissions.
Modify an existing AppPack application or pipeline.
If no flags are provided, an interactive prompt will be provided.
apppack modify app <name>
Examples
# Interactive mode - prompts for all modifiable parameters
apppack modify app my-app
# Update specific parameters with flags
apppack modify app my-app --branch develop
apppack modify app my-app --repository https://github.com/org/new-repo.git --branch main
apppack modify app my-app --domains example.com,www.example.com
Options
-c, --account string AWS account ID or alias (not needed if you are only the administrator of one account)
-b, --branch string branch name
-d, --domains strings custom domains (comma-separated)
--healthcheck-path string healthcheck path
-h, --help help for app
-r, --repository string repository URL
Options inherited from parent commands
--debug enable debug logging
--json output as JSON
SEE ALSO
- apppack modify - modify AppPack resources