> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# curl_env_set

## Summary

Sets curl-specific environment variables for use with the `curl` command.

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

#### setEnv

* Description: Array of environment variables to set for curl command in the format of `Key=Value`.
* Required Value: True
* Default Value: None

## Usage

```
curl_env_set -setEnv TOKEN=ejyaskdj -setEnv URL=https://mydomain.com
```

## Detailed Summary

This command sets/updates environment variables for use with `curl`.
