---
layout: index
breadcrumb: Top / Reference / magellan-cli / stage
---
## Commands
- [magellan-cli list](#list)
- [magellan-cli show [ID]](#show)
- [magellan-cli select NAME](#select)
- [magellan-cli deselect](#deselect)
- [magellan-cli delete NAME](#delete)
- [magellan-cli create NAME [-t development|staging|production|other]](#create)
- [magellan-cli planning](#planning)
- [magellan-cli current](#current)
- [magellan-cli prepare](#prepare)
- [magellan-cli repair](#repair)
- [magellan-cli update ATTRIBUTES](#update)
- [magellan-cli release_now](#release_now)
- [magellan-cli logs](#logs)
- [magellan-cli set_container_num NUM](#set_container_num)
- [magellan-cli reload](#reload)
- [magellan-cli help [COMMAND]](#help)
## Global Options
```text
Options:
-V, [--verbose]
-D, [--dryrun]
-v, [--version]
```
## Details
### list
```text
magellan-cli list
```
Show a list of the stages
### show
```text
magellan-cli show [ID]
```
Show the detail of the stage specified by ID
### select
```text
magellan-cli select NAME
```
Select the stage by NAME
### deselect
```text
magellan-cli deselect
```
Deselect the stage
### delete
```text
magellan-cli delete NAME
```
Delete the stage specified by NAME
### create
```text
magellan-cli create NAME [-t development|staging|production|other]
```
```text
Options:
[-t=T] # -t development|staging|production. specify Stage Type
# Default: development
```
Create a new stage with Name and Type
### planning
```text
magellan-cli planning
```
Switch to planning to build next released version
### current
```text
magellan-cli current
```
Switch to current released version
### prepare
```text
magellan-cli prepare
```
Prepare the containers
### repair
```text
magellan-cli repair
```
Repair the stage status
### update
```text
magellan-cli update ATTRIBUTES
```
Update the ATTRIBUTES of the selected stage
### release_now
```text
magellan-cli release_now
```
```text
Options:
[-A] # -A async mode. release_now returns soon
[-i=N] # -i polling interval(seconds)
# Default: 10
[-t=N] # -t timeout(seconds)
# Default: 600
```
Release the changes now
### logs
```text
magellan-cli logs
```
Fetch the logs of the workers
### set_container_num
```text
magellan-cli set_container_num NUM
```
Set the number of containers for the selected image
### reload
```text
magellan-cli reload
```
Reload the last selections
### help
```text
magellan-cli help [COMMAND]
```
Describe available commands or one specific command