Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 1.46 KB

command_line_options.md

File metadata and controls

70 lines (64 loc) · 1.46 KB

Command line options

Usage: osiota [args]

Option Description
--config [file] Path to the config file (default: "osiota.json")
--check Check the config file
--status, -s Get status of the daemon
--daemon, -d Daemonize the process
--restart Restart process
--reload, -r Reload the configuration of a daemon
--stop, -k Stop a daemon
--app [app] Run CLI-function of an app. Don't load the configuration.
--help, -h Show help text
--app [app] --help Show help text for an app
--version, -V Show version
--verbose, --no-verbose, -v Show more or less messages

Example:

Start osiota as a daemon:

osiota --config myconfig.json --daemon