These commands require a service_role_key in your config.toml. They act directly on the identity provider and bypass the normal invitation flow. They are intended for operators running their own JoyStream instance, not for day-to-day team management.
For adding people to an organization or a workspace, use jstm org invite and jstm workspace member add instead.
admin user create
admin user delete
Configuring the key
These commands need a config.toml, which jstm init scaffolds. The command is hidden, because it is only useful when you can supply your own credentials.
Then add the key to the [supabase] section:
Without it, both commands fail. See Configuration.