Documentation
Create a new Client Environment from a given Client UUID.
Classes
Command([stdout, stderr, no_color, force_color])
Command
Usage:
Bases: BaseCommand
BaseCommand
python manage.py create_client_environment <client_uuid> <env_type> <env_redirect_url> <env_allowed_hostnames>
Bases: StrEnum
StrEnum
Entry point for subclassed commands to add custom arguments.
The actual logic of the command. Subclasses must implement this method.