Server Commands

These commands manage server-level concerns that sit above any single tenant: bootstrapping a web administration account, and managing files in the Server’s downloads area.

Create a Server Administrator

Create (or update, if the username already exists) a server-level user with web administration access:

dshell/:>create-server-admin --username admin --password ChangeMe123!

Manage Downloads

Import a file, or an entire folder of files, into the Server’s downloads area so it can be downloaded from the Dodeca web interface:

dshell/:>import-download --file release-notes.pdf
dshell/:>import-download --file /path/to/downloads-folder

Remove a single download by its ID, or remove every download:

dshell/:>delete-download --id release-notes.pdf
dshell/:>delete-downloads