Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Contentful CLI - space environment delete command

Deletes an Environment from a Space. You have to supply an id for the Environment.

Usage

Options:
  --environment-id, -e  Id of the environment to delete               [required]
  --space-id            ID of the space that holds the environment      [string]

Example

contentful space environment delete --environment-id 'staging'