Skip to main content

Module cli

Module cli 

Source

Enums§

CliError
Errors that can occur in CLI operations.

Functions§

create_superuser_interactive
Interactive superuser creation using dialoguer prompts.
delete_user
Delete a user by username from a JsonUserStore at the given path.
list_users
List all users from a JsonUserStore at the given path.
parse_file_arg
Parse --file <path> from args, defaulting to users.json.
print_help
Print help text for the admin CLI.