suitecloud account:manageauth
Manages authentication IDs (authID) for all your projects. An authentication ID is a custom alias you gave to a specific account-role combination
Options
Name | Description |
---|---|
-i, --interactive | Runs the command in interactive mode |
--info <authID> | Prints the following information for the specified authentication ID (authID): account ID, role ID, and url. Usage: account:manageauth --info {authID} |
--list | Prints a list of all the configured authentication IDs (authID). Usage: account:manageauth --list |
--remove <authID> | Removes an authentication ID (authID). Usage: account:manageauth --remove {authID} |
--rename <authID> | Renames an authentication ID (authID). You must specify it together with the renameto option. Usage: account:manageauth --rename {authID} --renameto {newauthID} |
--renameto <authID> | Specifies the new ID for an authentication ID (authID). You must specify it together with the rename option. Usage: account:manageauth --rename {authID} --renameto {newauthID} |
-h, --help | Displays help for the command |