Agent
Usage
ALM-agent is a very simple and easy-to-use tool. It can be used like a CLI (not a Daemon).
Executing ALM-agent will start the containers, the code will be deployed, and the command will be terminated.
To view a list of the available options and commands at any time, just run alm-agent
with --help, -h
arguments:
Global Options
--autoupdate, -U Before running, ALM-agent checks the new version and updates the agent itself if there is a new version. (self-update)
--disablereport, -N We are using rollbar for error monitoring. If you do not want to send crash report to rollbar, use this option.
--provider Provider, -P Provider set Provider (default: "aws", available providers: "aws", "alicloud", "k5", "localtest")
--verbose, -V show debug logs
--help, -h show help
--version, -v print the version
Last updated