Via the Commandline

Note: Automatic deployment via the BrazenCloud utility can only occur when the utility is running with privileges that allow service creation on the targeted hosts.

Requirements

If leveraging the BrazenCloud utility, you must have it downloaded

Process

To leverage automatic deployment using the BrazenCloud utility, use the deploy command.

For example, if you would like to deploy to the 192.168.1.0/24 subnet using [email protected], here's how the command would look:

runway deploy 192.168.1.0/24 --username [email protected] --password 1234qwer -t 8e4fe00fb5b64c4f95672232fb9cd43b

Active Directory Environments

If you are in an Active Directory environment and running your console as a user that has administrative access to the target hosts, then you can skip the --username and --password parameters in the deploy command:

runway deploy <ip_range> -t <enrollment token>

Last updated