# Command Line Interface

# init

Create an administrator account.

# Synopsis

filemage init [--email <value>] [--password <value>] [--reset] [--token]

# Options

-e, --email The email address of the administrator account to create.

-p, --password Specify a password interactively. Only recommended for automation scripts. Consider setting reset flag when using this.

-r, --reset Force a password reset on the first login.

-t, --token Automatically create an API token and print it.

# reset

Reset an administrator account password.

# Synopsis

filemage reset [account]

# update

Update the application if a newer version is available.

# Synopsis

filemage update

# Options

-y, --yes Skips interactive approval before updating.