For the complete documentation index, see llms.txt. This page is also available as Markdown.

run-admin-script

Run an admin script against a deployed system, executed from the admin node.

Syntax

rumi cloud civo run-admin-script \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  --system <system> \
  --script <script> \
  [options]

Options

Option
Short
Description
Default

--api-key

-k

The Civo API token to use (or set CIVO_API_TOKEN)

Required

--region

-r

The Civo region the network is in (e.g. FRA1)

Required

--network

-n

Name of the network

Required

--keyPair

-K

The network SSH key pair

Required

--system

The system to run the admin script against

Required

--script

The admin script to run

Required

--param

The admin script parameters

none

Example

See Also

Last updated