Commands
- magellan-cli stage list
- magellan-cli stage show [ID]
- magellan-cli stage select NAME
- magellan-cli stage deselect
- magellan-cli stage delete NAME
- magellan-cli stage create NAME [-t development|staging|production]
- magellan-cli stage planning
- magellan-cli stage current
- magellan-cli stage prepare
- magellan-cli stage repair
- magellan-cli stage update ATTRIBUTES
- magellan-cli stage release_now
- magellan-cli stage logs
- magellan-cli stage set_container_num NUM
- magellan-cli stage reload
- magellan-cli stage 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 stage list
Show a list of the stages
show
magellan-cli stage show [ID]
Show the detail of the stage specified by ID
select
magellan-cli stage select NAME
Select the stage by NAME
deselect
magellan-cli stage deselect
Deselect the stage
delete
magellan-cli stage delete NAME
Delete the stage specified by NAME
create
magellan-cli stage create NAME [-t development|staging|production]
Options:
[-t=T] # -t development|staging|production specify Stage Type
# Default: development
[-s=S] # -s micro|standard specify Stage Size
# Default: micro
Create a new stage with Name and Type
planning
magellan-cli stage planning
Switch to planning to build next released version
current
magellan-cli stage current
Switch to current released version
prepare
magellan-cli stage prepare
Prepare the containers
repair
magellan-cli stage repair
Repair the stage status
update
magellan-cli stage update ATTRIBUTES
Update the ATTRIBUTES of the selected stage
release_now
magellan-cli stage release_now
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: 3600
Release the changes now
logs
magellan-cli stage logs
Fetch the logs of the workers
set_container_num
magellan-cli stage set_container_num NUM
Set the number of containers for the selected image
reload
magellan-cli stage reload
Reload the last selections
help
magellan-cli stage help [COMMAND]
Describe available commands or one specific command