githubEdit

Command Reference

Accessing the help

To see the integrated help, use one of the following:

runway
runway -?
runway --help

Here is the usage:

Usage: runway [-?qviupSl] [COMMAND] [COMMAND OPTIONS] 

Flags and Parameters

The following is a list of the flags and parameters available on the BrazenCloud utility.

   -?, --help              Display help
   -q, --quiet             Quiet mode
   -v, --version           Display version info and exit
   -i, --interactive       Run utility in interactive mode, where it will prompt you for missing inputs
   -u, --username          Supply a valid email address for authentication to an associated runway cloud
   -p, --password          Supply passphrase for authentication to an associate runway cloud
   -S, --SERVER            Supply address of runway server ('localhost', 'http://localhost:5000')
   -N, --NOUPDATE          Don't update the runner with latest versions
   -l, --loglevel          Sets the log level of this console
   -l, --log-no-console    Disables console logging
                           ("error"|"warn"|"info"|"verbose"|"trace"|"debug")
                           (optional)(default: "info")

All of these except for -?, --help, -q, --quiet, and -v, --version can be used to qualify most commands.

Commands

circle-info

You can use the table of contents on the right to navigate directly to one of the commands.

login

Login to runway cloud with credentials

logout

Logout

who

Check who you are logged in as

build

Builds a runway action that can be deployed and executed on a named group

push

Publish a previously built Runway action to the Runway action store

pull

Downloads a previously published runway action from the cloud repo

create

Create a named group of endpoints upon which you can run actions

connect

Instance a named data-connection to a local datastore or service

dissolve

Dissolve a named group of endpoints

run

Run an action over a named group of endpoints

token

Generate an enrollment token for endpoints

node

Start a runway node relative to the current directory

discover

Discovers the network

download

Downloads the job results

download_logs

Downloads the runner logs

shell

Connects a shell console to the specified remote runner

stream

Connect or listen the runway stream

datahub

Connect to the datahub

copy

Copies files to and from remote runners

install

Install the runner as a service

uninstall

Uninstall the runner service

deploy

Installs a deployed runner

upload

Uploads asset map data

job

Assigns the job to a runner

Last updated