You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brightbox help config
NAME
config - Manages local configuration settings and credentials
SYNOPSIS
brightbox [global options] config [client_list]
brightbox [global options] config client_add [-a arg|--alias arg] [-t arg|--auth-url arg] client-id secret [api_url, auth_url]
brightbox [global options] config client_default alias
brightbox [global options] config client_remove alias
brightbox [global options] config user_add [-a arg|--alias arg] [-p arg|--password arg] email client-id secret [api_url auth_url]
COMMANDS
client_add - Add new api client details to config
client_default - Set the default api client in the config
client_list - Lists the api clients defined in the config (default)
client_remove - Remove api client details from config
user_add - Add new user credentials to config
Will update the GLI dependency to GLI v2.9.0 to fix
Synopsis is:
SYNOPSIS
brightbox [global options] config [client_list]
brightbox [global options] config [-a arg|--alias arg] [-t arg|--auth-url arg] client_add client-id secret [api_url, auth_url]
brightbox [global options] config client_default alias
brightbox [global options] config client_remove alias
brightbox [global options] config [-a arg|--alias arg] [-p arg|--password arg] user_add email client-id secret [api_url auth_url]
However putting the -a in that order gives:
ERROR: Unknown option -a
The -a and the other options have to be after the client_add or user_add.
The text was updated successfully, but these errors were encountered: