Hermes Cloud
Commands

Command Reference

All hermes-agent-cloud commands, flags, and examples.

deploy

Deploy Hermes Agent to a cloud provider. Launches an interactive wizard if no flags are supplied.

Flags / sub-commands

--cloud aws|gcp|azure--region REGION--size SIZE--preset PRESET (GCP)--packs pack1,pack2 (GCP)--config FILE--dry-run--explain

Examples

$ hermes-agent-cloud deploy --cloud aws
$ hermes-agent-cloud deploy --cloud gcp --dry-run
$ hermes-agent-cloud deploy --cloud gcp --preset ai-agent --packs pubsub
$ hermes-agent-cloud deploy --cloud gcp --config ./gcp-profile.env --explain
status

Show live resource status for the deployed instance.

Examples

$ hermes-agent-cloud status
open

Open the Hermes WebUI in your browser via an SSH tunnel.

Examples

$ hermes-agent-cloud open
tunnel

Open an SSH tunnel to the WebUI (port-forward only, no browser launch).

Examples

$ hermes-agent-cloud tunnel
ssh

Open an interactive shell on the Hermes instance.

Examples

$ hermes-agent-cloud ssh
logs

Stream live Hermes gateway logs from the remote instance.

Examples

$ hermes-agent-cloud logs
update

Upgrade the Hermes Agent on the VM to the latest version.

Examples

$ hermes-agent-cloud update
update-ip

Re-detect your public IP and update cloud firewall rules.

Examples

$ hermes-agent-cloud update-ip
secrets

Rotate or update API keys stored in the cloud vault.

Examples

$ hermes-agent-cloud secrets
billing

Show cloud cost summary and budget alerts.

Flags / sub-commands

--cloud aws|gcp|azure

Examples

$ hermes-agent-cloud billing
$ hermes-agent-cloud billing --cloud aws
ebsAWS

Manage the persistent EBS data volume (attach, detach, or migrate).

Flags / sub-commands

statusdetachattach <instance-id>migrate

Examples

$ hermes-agent-cloud ebs status
$ hermes-agent-cloud ebs detach
$ hermes-agent-cloud ebs attach i-0abc123def456
$ hermes-agent-cloud ebs migrate
backup

Snapshot skills, memory, and config to local and cloud storage.

Examples

$ hermes-agent-cloud backup
doctor

Run post-deploy diagnostics (service health, disk, memory, env). GCP support is richest.

Examples

$ hermes-agent-cloud doctor
ci-setup

Generate a GitHub Actions workflow for automated deploy pipelines.

Examples

$ hermes-agent-cloud ci-setup
profile

Manage named profiles for multi-instance deployments.

Examples

$ hermes-agent-cloud profile
redundancy

Manage multi-cloud failover: view status or trigger a failover.

Flags / sub-commands

statusfailover

Examples

$ hermes-agent-cloud redundancy status
$ hermes-agent-cloud redundancy failover
destroy

Tear down all deployed cloud resources for the current profile.

Examples

$ hermes-agent-cloud destroy
version

Print the current hermes-agent-cloud version.

Examples

$ hermes-agent-cloud version