[command]
is one of the available commands, and [flags]
are parameters that modify the command’s behavior.
-d, --debug
: Enables debug logging mode (default: false). This flag is useful for troubleshooting as it provides more detailed output about the command’s execution.
-h, --help
: Displays help information for the command. This can be used to get more details about a specific command’s usage and options.
-k, --key string
: Specifies the Ampersand API key. This allows you to authenticate your CLI sessions using an API key instead of interactive login, which can be particularly useful in automated scripts or CI/CD pipelines.
-p, --project string
: Specifies the Ampersand project name or ID. You can use amp list:projects
to view available projects.
amp help
for general help and amp help [command]
for command-specific help.
Syntax:
amp.yaml
file to Ampersand. If an integration already exists, this command will apply any changes to the existing integration.
Syntax:
amp.yaml
file.