diff --git a/samples/sensor_update_policies/README.md b/samples/sensor_update_policies/README.md index 0ae17b545..977ce8d52 100644 --- a/samples/sensor_update_policies/README.md +++ b/samples/sensor_update_policies/README.md @@ -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