role permission export
The role permission export command exports a role definition to a JSON file.
Usage
role permission export --r RoleName --o OutputFolder| Required | Argument | Description |
|---|---|---|
| Yes | --r RoleName | Specifies the name of the role you want to export. |
| No | --o OutputFolder | Specifies the name of the folder to which you want to export the role. If you specify a relative path the path is relative to the location of the Administration Utility. If you do not specify a path the role is exported to the folder where the Administration Utility is located. |
Example
This example exports the role named SalesAnayst to the folder c:\roles.
role permission export --r SalesAnalyst --o C:\roles