Commit 368fcb3
authored
Enhancement: Add information about Shared policy (#8)
* run pre-commit
* modify list and add list-share command
* add status-share command
* update click version
* exclude log files
* add create-shared-policy command
* update clone command to use API v3
* refactor retrieve command
* add pandas
* upgrade version, add short arguments
* handle error when shared policy does not have active property
* add retrieve-shared-policy command
* update create_shared_policy
* new functions and refactor f-string
* update cli version
* refactor update command
* add update-share command
* add get_activation_status command
* combine list, add cloudlets command
* show result alphabetically
* combine retrieve command
* merge status command
* merge available-shared-policies command into cloudlets command
* merge create-policy command
* merge update command
* refactor: policy-endpoints command
* remove clone using API v2
* refactor: activation-status command
* combine activate command
* refactor activation-status command
* refactor: remove unused code
* refactor: code cleanup
* refactor: list command
* refactor: make help command consistent
* refactor: retrieve command
* refactor: policy_endpoint command
* bugfix: cloudlets command
* save matchrules to excel
* add files
* correct return value on get_schema
* update content (WIP)
* add TBD message
* update local install section
* show account name information if -a is provided
* modify update_shared_policy_detail
* refactor: make README.md and CLI help consistent
* fix typo and update summary of functionality
* minor: remove debugging/change message
* bugfix: activation-status not showing for API v2
* bugfix: activation on v3
* bugfix: policy-endpoint
* bugfix: retrieve
* update Local Install
* bugfix: update
* bugfix: variable not initialized
* bugfix: IG not support matchURL
* create new version for shared policy
* bugfix: cloudlets command fail1 parent 98d949d commit 368fcb3
8 files changed
Lines changed: 1586 additions & 852 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments