thunderbird_accounts.client.management.commands.create_client_environment

Create a new Client Environment from a given Client UUID.

Classes

Command([stdout, stderr, no_color, force_color])

Usage:

class thunderbird_accounts.client.management.commands.create_client_environment.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

Usage:

python manage.py create_client_environment <client_uuid> <env_type> <env_redirect_url> <env_allowed_hostnames>
class ReturnCodes(*values)[source]

Bases: StrEnum

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.