Commands

register

Initialize ALM-agent self register and start containers.

The necessary folders for ALM-agent are created, and if the provider is any value other than localtest, cron job will be created. Then, ALM-agent starts the containers.

$ alm-agent register -h
NAME:
   alm-agent register - initialize alm-agent and start containers

USAGE:
   alm-agent register [command options] [arguments...]

OPTIONS:
   --config FILE, -c FILE        Load configuration from FILE (default: "/opt/mobingi/etc/alm-agent.cfg")
   --serverconfig URL, --sc URL  Load ServerConfig from URL. ask to API by default

ensure

Start or update containers.

$ alm-agent ensure -h
NAME:
   alm-agent ensure - start or update containers

USAGE:
   alm-agent ensure [command options] [arguments...]

OPTIONS:
   --config FILE, -c FILE        Load configuration from FILE (default: "/opt/mobingi/etc/alm-agent.cfg")
   --serverconfig URL, --sc URL  Load ServerConfig from URL. ask to API by default

stop

Stop active containers.

noop

Run without container actions.

help

Shows a list of commands or help for one command.

Last updated

Was this helpful?