Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 337 Bytes

delete.md

File metadata and controls

25 lines (16 loc) · 337 Bytes

delete command

Use the delete command to remove one or more environments.

Deleting a single environment:

$ envm delete <tag>

Deleting multiple environments:

$ envm delete <tag1> <tag2> ... [flags]

Flags

--all or -a

Deletes all environments.

$ envm delete --all