Skip to content

Commit

Permalink
Add base_url to Policy Wonk documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Feb 8, 2024
1 parent 9256730 commit 4812ca8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/sensor_update_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,18 @@ python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -h
[See output example](#command-line-help).
##### List all sensor update policies.
```shell
python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET
```
##### Change your base URL
You can change your base URL using the `-t` argument. This is only required for GovCloud users.
```shell
python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -t usgov1
```
###### Result
```shell
Expand Down

0 comments on commit 4812ca8

Please sign in to comment.