NAME

ixchel - Automate various sys admin stuff.

SYNOPSIS

ixchel -a <action> [--config <config>] [--noConfig]

ixchel --help [-a <action>]

DESCRIPTION

FLAGS

The following are just the base flags. Actions can have additional configs.

-a <action>

The action to perform.

To get a list of available actions use 'list_actions'.

If this is undef, it will be set to 'list_actions'.

--config <file>

The config file to load. May be JSON, YAML, or TOML. If not specified the first one found below is used.

Default: /usr/local/etc/ixchel/server.ymal
         /usr/local/etc/ixchel/server.toml
         /usr/local/etc/ixchel/server.json

--noConfig

Do not attempt to load the config even if it exists.

This is automatic for the action 'list_actions' and 'sys_info'