astroctl_application_delete
astroctl application delete
Delete an application
Synopsis
Delete an application
astroctl application delete [flags]
Examples
# Delete an application
astroctl app delete -n myapp
# Delete an application using a file
astroctl app delete -f application.yaml
Options
-f, --file string The file name to delete the application
-h, --help help for delete
Options inherited from parent commands
-n, --name string name of the application
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl application - Manage applications