You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cloudctl postgres backup-config delete <id> --yes-i-really-mean-it the security question asking the first and last part of the id still pops up.
$ cloudctl postgres backup-config delete --help
delete a backup configuration
Usage:
cloudctl postgres backup-config delete <backup-config> [flags]
Aliases:
delete, rm, destroy, remove, delete
Flags:
-h, --help help for delete
Global Flags:
--apitoken string api token to authenticate. Can be specified with CLOUDCTL_APITOKEN environment variable.
--kubeconfig string Path to the kube-config to use for authentication and authorization. Is updated by login. Uses default path if not specified.
--no-headers ommit headers in tables
--order string order by (comma separated) column(s)
-o, --output-format string output format (table|wide|markdown|json|yaml|template), wide is a table with more columns. (default "table")
--template string output template for template output-format, go template format.
For property names inspect the output of -o json for reference.
Example for clusters:
cloudctl cluster ls -o template --template "{{ .ID }} {{ .Name }}"
-u, --url string api server address. Can be specified with CLOUDCTL_URL environment variable.
--yes-i-really-mean-it skips security prompts (which can be dangerous to set blindly because actions can lead to data loss or additional costs)
$ cloudctl postgres backup-config delete ced......3e8a --yes-i-really-mean-it
Please answer some security questions to delete this postgres database backup
first part of ID: c...8
last part of ID: f...a
The text was updated successfully, but these errors were encountered:
When using
cloudctl postgres backup-config delete <id> --yes-i-really-mean-it
the security question asking the first and last part of the id still pops up.The text was updated successfully, but these errors were encountered: