Discloud CLI

A fast option to manage your apps on Discloud.


Project maintained by discloud Hosted on GitHub Pages — Theme by mattgraham

CLI Documentation

Commands

init

Init discloud.config file

Usage: discloud init [arguments]
-h, --help           Print this usage information.
    --autorestart    Determines whether the app should automatically restart if it crashes.
-f, --force          Overwrite config file
    --vlan           Enables private networking
    --apt            canvas,ffmpeg,java,libgl,mysql,openssl,puppeteer,selenium,tesseract,tools,unixodbc
    --avatar         Image URL (.gif, .jpeg, .jpg, .png)
    --hostname       Custom hostname alias for other apps to reach this one
    --id             User-defined subdomains
    --main           Relative file path
    --name           1 - 30 characters
    --ram            Amount in MB; min 100
    --type           [bot, site]
    --version        current|latest|legacy|suja|x.x.x

Run "discloud help" to see global options.