Skip to content

Commit a2ed78e

Browse files
committed
Update README
1 parent 2653bf9 commit a2ed78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ You can also make a `.env-cmdrc.json` file with the following format:
3838

3939
Run the command:
4040
``` bash
41-
deploy-env [production|preview|development] [ENV_VAR]...
41+
deploy-env [production | preview | development] [ENV_VAR]...
4242
```
4343
> Note: You can use `dpl-env` as an alias for `deploy-env`
4444
45-
> If a `.env.[environment]` file doesn't exist when running: `deploy-env [environment]`, the `.env` file will be used as a fallback and deployed to the environment specified in the command
45+
> If a `.env.[environment]` file doesn't exist when running: `deploy-env [environment]`, the `.env` file will be used and deployed to the environment specified in the command
4646
4747

4848
## Examples
@@ -67,7 +67,7 @@ deploy-env production API_KEY SECRET GRAPHQL_ENDPOINT
6767
### `deployEnv`
6868
A function which deploys environment variables from `.env` and `.env-cmdrc.json` files:
6969

70-
- `deploymentEnv` { `'production'|'preview'|'development'` }: Deployment environment to be deployed to
70+
- `deploymentEnv` { `'production' | 'preview' | 'development'` }: Deployment environment to be deployed to
7171
- `varNameList` { `string[]` }: (optional) List of environment variables to be deployed
7272
- **Returns** { `Promise<void>` }: Promise which resolves when deployment completes
7373

0 commit comments

Comments
 (0)