Sha256: 07a3ecde8be8a06701d929b7b883ce22264bddd6dd14c91125711de13863a8ce
Contents?: true
Size: 1.4 KB
Versions: 28
Compression:
Stored size: 1.4 KB
Contents
--- layout: index breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / project --- ## 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 update ATTRIBUTES](#update) - [magellan-cli create NAME](#create) - [magellan-cli help [COMMAND]](#help) ## Global Options ```text Options: -V, [--verbose] -D, [--dryrun] -v, [--version] ``` ## Details ### <a name="list"></a>list ```text magellan-cli list ``` Show a list of the projects ### <a name="show"></a>show ```text magellan-cli show [ID] ``` Show the detail of the project specified by ID ### <a name="select"></a>select ```text magellan-cli select NAME ``` Select the project by NAME ### <a name="deselect"></a>deselect ```text magellan-cli deselect ``` Deselect the project ### <a name="delete"></a>delete ```text magellan-cli delete NAME ``` Delete the project specified by NAME ### <a name="update"></a>update ```text magellan-cli update ATTRIBUTES ``` Update the ATTRIBUTES of the selected project ### <a name="create"></a>create ```text magellan-cli create NAME ``` Create a new project with NAME ### <a name="help"></a>help ```text magellan-cli help [COMMAND] ``` Describe available commands or one specific command
Version data entries
28 entries across 28 versions & 1 rubygems