On the project level, both the project’s name (id
) and the services
keys are required.
project
(REQUIRED)
This is the name of the project. You can reference it in CLI commands like sloppy show
, sloppy logs
or sloppy delete.
The project name needs to be unique within the environment you’re deploying it to. An attempt to create an application with the same name twice within one environment will result in an error message. The name can only include lower case alphanumeric characters and a ‘-‘.