Commands
- magellan-cli cloudsql list
- magellan-cli cloudsql show [ID]
- magellan-cli cloudsql select NAME
- magellan-cli cloudsql deselect
- magellan-cli cloudsql delete NAME
- magellan-cli cloudsql create NAME
- magellan-cli cloudsql help [COMMAND]
Global Options
Options:
-v, [--version], [--no-version] # Show the program version
-V, [--verbose], [--no-verbose] # Show additional logging information
-D, [--dryrun], [--no-dryrun] # Do a dry run without executing actions
Details
list
magellan-cli cloudsql list
Show a list of the cloudsqls
show
magellan-cli cloudsql show [ID]
Show the detail of the cloudsql specified by ID
select
magellan-cli cloudsql select NAME
Select the cloudsql by NAME
deselect
magellan-cli cloudsql deselect
Deselect the cloudsql
delete
magellan-cli cloudsql delete NAME
Delete the cloudsql specified by NAME
create
magellan-cli cloudsql create NAME
Options:
[-A], [--no-A] # -A async mode. release_now returns soon
[-i=N] # -i polling interval(seconds)
# Default: 10
[-t=N] # -t timeout(seconds)
# Default: 600
Create a new cloudsql database with NAME
help
magellan-cli cloudsql help [COMMAND]
Describe available commands or one specific command