netlify-cli 10.7.1 → 10.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -132,10 +132,10 @@ Local dev server
132
132
 
133
133
  | Subcommand | description |
134
134
  |:--------------------------- |:-----|
135
+ | [`env:clone`](/docs/commands/env.md#envclone) | Clone environment variables from one site to another |
135
136
  | [`env:get`](/docs/commands/env.md#envget) | Get resolved value of specified environment variable (includes netlify.toml) |
136
137
  | [`env:import`](/docs/commands/env.md#envimport) | Import and set environment variables from .env file |
137
138
  | [`env:list`](/docs/commands/env.md#envlist) | Lists resolved environment variables for site (includes netlify.toml) |
138
- | [`env:migrate`](/docs/commands/env.md#envmigrate) | Migrate environment variables from one site to another |
139
139
  | [`env:set`](/docs/commands/env.md#envset) | Set value of environment variable |
140
140
  | [`env:unset`](/docs/commands/env.md#envunset) | Unset an environment variable which removes it from the UI |
141
141