Before you can fire any command with the sloppy.io CLI, you need to export/set your token in your terminal so your commands are authenticated. You can create your CLI token in our Web UI, where you'll also find operating system specific instructions for using the token.
help
The sloppy help
command is available to access some very basic information on your current status and settings.
Usage
The command is called without any arguments, like this:
$ sloppy help
Example
Here is an example output:
$ sloppy delete --help
Usage: sloppy delete [OPTIONS] PROJECT[/SERVICE[/APP]]
Deletes the given project, service or application
Options:
-f, --force=false Force the deletion of a given project, service or an app
Examples:
sloppy delete letschat
sloppy delete -f letschat/frontend
sloppy delete letschat/frontend/apache