exo iam org-policy update
Description
This command replaces the complete IAM Organization Policy with the new one provided in JSON format. To read the Policy from STDIN provide ‘-’ as an argument.
Pro Tip: you can get the policy in JSON format with the command:
exo iam org-policy show --output-format json
Supported output template annotations: .DefaultServiceStrategy, .Services
exo iam org-policy update POLICY [flags]Options
| Option | Description | 
|---|---|
| --help, -h | help for update | 
Options inherited from parent commands
| Option | Description | 
|---|---|
| --config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] | 
| --output-format, -O | Output format (table|json|text), see "exo output –help" for more information | 
| --output-template | Template to use if output format is "text" | 
| --quiet, -Q | Quiet mode (disable non-essential command output) | 
| --use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] | 
Related Commands
- org-policy - IAM Organization Policy management