View on GitHub
amp clean
Delete any resources deployed by Amphitheatre
On this page
Usage
amp clean [options]
Options
--assume-yes <ASSUME_YES> If true, amp will skip yes/no confirmation from the user [default: true] [possible values: true, false]
-c, --config <CONFIG> File for global configurations [default: ~/.amp/config]
--dry-run If true, amp will skip yes/no confirmation from the user and default to yes
-f, --filename <FILENAME> Path or URL to the Amphitheatre config file [default: .amp.toml]
Use "amp options" for a list of global command-line options (applies to all commands).
Examples
Print the resources to be deleted
amp clean --dry-run
Environment vars
AMP_ASSUME_YES
(same as--assume-yes
)AMP_CONFIG
(same as--config
)AMP_DRY_RUN
(same as--dry-run
)AMP_FILENAME
(same as--filename
)