manageauth
Manages authentication IDs for all your projects. An authentication ID is a custom alias you give to a specific account-role combination.
Syntax
manageauth
[-info AuthId]
[-list]
[-rename AuthId -renameto NewAuthId]
[-remove AuthId]
Options
Option |
Required / Optional |
Description |
-info |
Optional |
Prints the following information for the specified authentication ID: account ID, role ID, and url. Usage: |
-list |
Optional |
Prints a list of all the configured authentication IDs. Usage: |
-remove |
Optional |
Removes an authentication ID. This option only removes the credentials locally and it doesn't revoke the token from the account. Usage: |
-rename |
Optional |
Renames an authentication ID. You must specify it together with the Usage: |
-renameto |
Required when the |
Specifies the new ID for an authentication ID. You must specify it together with the Usage: |
-h or -help |
Optional |
Prints the help for this command. |
Example
When you run sdfcli manageauth -list
, the command produces output that is similar to the following:
The following authentication IDs are available for your account: -AuthId | My Account -123456 [Administrator] -AuthId | My Developer Account -110010100 [Developer]
Related Topics
- SuiteCloud CLI for Java Commands
- adddependencies
- authenticate
- authenticateci
- createfile
- createproject
- deploy
- importbundle
- importconfiguration
- importfiles
- importobjects
- listbundles
- listconfiguration
- listfiles
- listmissingdependencies
- package
- preview
- project
- update
- updatecustomrecordwithinstances
- uploadfiles
- uploadfolders
- validate