Sha256: 8e051696745591fb62c2699a217fd69fc3508bf6ce38c01a9ff498b336b3587b
Contents?: true
Size: 1.72 KB
Versions: 28
Compression:
Stored size: 1.72 KB
Contents
--- layout: index breadcrumb: <a href="/">Top</a> / <a href="/reference">Reference</a> / <a href="/reference/magellan-cli">magellan-cli</a> / worker --- ## 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 IMAGE](#create) - [magellan-cli update ATTRIBUTES](#update) - [magellan-cli prepare_images](#prepare_images) - [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 workers ### <a name="show"></a>show ```text magellan-cli show [ID] ``` Show the detail of the worker specified by ID ### <a name="select"></a>select ```text magellan-cli select NAME ``` Select the worker by NAME ### <a name="deselect"></a>deselect ```text magellan-cli deselect ``` Deselect the worker ### <a name="delete"></a>delete ```text magellan-cli delete NAME ``` Delete the worker specified by NAME ### <a name="create"></a>create ```text magellan-cli create NAME IMAGE ``` ```text Options: -A, [--attributes-yaml=ATTRIBUTES_YAML] # path to YAML file which defines attributes ``` Create a new worker with NAME and IMAGE ### <a name="update"></a>update ```text magellan-cli update ATTRIBUTES ``` Update the ATTRIBUTES(filename or JSON) of the selected worker ### <a name="prepare_images"></a>prepare_images ```text magellan-cli prepare_images ``` Prepare the images for the selected worker ### <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