You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-t, --type <SENSOR_TYPE> Specify which sensor to download (Default: falcon-container)
@@ -124,16 +125,16 @@ Help Options:
124
125
|`-f`, `--cid <FALCON_CID>`|`$FALCON_CID`|`None` (Optional) | CrowdStrike Customer ID (CID). *If not provided, CID will be auto-detected.*|
125
126
|`-u`, `--client-id <FALCON_CLIENT_ID>`|`$FALCON_CLIENT_ID`|`None` (Required) | CrowdStrike API Client ID |
126
127
|`-s`, `--client-secret <FALCON_CLIENT_SECRET>`|`$FALCON_CLIENT_SECRET`|`None` (Required) | CrowdStrike API Client Secret |
127
-
|`-r`, `--region <FALCON_CLOUD>`|`$FALCON_CLOUD`|`us-1` (Optional) | CrowdStrike Region. <br>\**Auto-discovery is only available for [`us-1, us-2, eu-1`] regions.*|
128
-
|`-c`, `--copy <REGISTRY/NAMESPACE>`|`$COPY`|`None` (Optional) | Registry you want to copy the sensor image to. Example: `myregistry.com/mynamespace`. <br> *\*By default, the image name is appended. Use `--copy-omit-image-name` to override behavior.*|
128
+
|`-r`, `--region <FALCON_CLOUD>`|`$FALCON_CLOUD`|`us-1` (Optional) | CrowdStrike Region. <br>\**Auto-discovery is only available for [`us-1, us-2, eu-1`] regions.*|
129
+
|`-c`, `--copy <REGISTRY/NAMESPACE>`|`$COPY`|`None` (Optional) | Registry you want to copy the sensor image to. Example: `myregistry.com/mynamespace`. <br> *\*By default, the image name is appended. Use `--copy-omit-image-name` to override behavior. Use `--copy-custom-tag` to override the default tag.*|
129
130
|`-v`, `--version <SENSOR_VERSION>`|`$SENSOR_VERSION`|`None` (Optional) | Specify sensor version to retrieve from the registry |
130
131
|`-p`, `--platform <SENSOR_PLATFORM>`|`$SENSOR_PLATFORM`|`None` (Optional) | Specify sensor platform to retrieve from the registry |
131
132
|`-t`, `--type <SENSOR_TYPE>`|`$SENSOR_TYPE`|`falcon-container` (Optional) | Specify which sensor to download [`falcon-container`, `falcon-sensor`, `falcon-kac`, `falcon-snapshot`, `falcon-imageanalyzer`, `kpagent`, `fcs`, `falcon-jobcontroller`, `falcon-registryassessmentexecutor`] ([see more details below](#sensor-types)) |
132
133
|`--runtime`|`$CONTAINER_TOOL`|`docker` (Optional) | Use a different container runtime [docker, podman, skopeo]. **Default is Docker**. |
133
134
|`--dump-credentials`|`$CREDS`|`False` (Optional) | Print registry credentials to stdout to copy/paste into container tools |
134
135
|`--get-image-path`| N/A |`None`| Get the full image path including the registry, repository, and latest tag for the specified `SENSOR_TYPE`. |
135
-
|`--copy-omit-image-name`| N/A |`None`| Omit the image name from the destination path when copying (requires -c, --copy) |
136
-
|`--copy-custom-tag <TAG>`| N/A |`None`| Use custom tag when copying image (requires -c, --copy) |
136
+
|`--copy-omit-image-name`| N/A |`None`| Omit the image name from the destination path when copying (requires -c, --copy) |
137
+
|`--copy-custom-tag <TAG>`| N/A |`None`| Use custom tag when copying image (requires -c, --copy) |
137
138
|`--get-pull-token`| N/A |`None`| Get the pull token of the selected `SENSOR_TYPE` for Kubernetes. |
138
139
|`--get-cid`| N/A |`None`| Get the CID assigned to the API Credentials. |
139
140
|`--list-tags`|`$LISTTAGS`|`False` (Optional) | List all tags available for the selected sensor |
0 commit comments