Run an admin script against a deployed system, executed from the admin node.
rumi cloud civo run-admin-script \ --api-key <token> \ --region <region> \ --network <network> \ --keyPair <keypair> \ --system <system> \ --script <script> \ [options]
--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
CIVO_API_TOKEN
Required
--region
-r
The Civo region the network is in (e.g. FRA1)
FRA1
--network
-n
Name of the network
--keyPair
-K
The network SSH key pair
--system
The system to run the admin script against
--script
The admin script to run
--param
The admin script parameters
none
run-command
deploy
configure
Last updated 15 days ago
rumi cloud civo run-admin-script \ --api-key $CIVO_API_TOKEN \ --region FRA1 \ --network my-cloud \ --keyPair rumi \ --system my-app \ --script start.js \ --param mode=active