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

run-command

Run a shell command on a service instance, over SSH through the bastion.

Syntax

rumi cloud civo run-command \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  --service <service> \
  --command <command> \
  [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

--service

-s

The service instance to run the command on

Required

--command

-c

The shell command to run

Required

Example

See Also

Last updated