Run an admin script against a deployed system, executed from the admin node.
rumi cloud hetzner run-admin-script \ --api-key <token> \ --network <network> \ --key-pair <keypair> \ --system <system> \ --script <script> \ [options]
--api-key
-k
The Hetzner Cloud project API token (or set HCLOUD_TOKEN)
HCLOUD_TOKEN
Required
--region
-r
The Hetzner location the network is in
fsn1
--network
-n
The name of the network
--key-pair
-K
The SSH key pair to reach the bastion
--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 hetzner run-admin-script \ --api-key $HCLOUD_TOKEN \ --network my-cloud \ --key-pair rumi \ --system my-app \ --script start.js \ --param mode=active