0.0.1 • Published 9 years ago

nowrm v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

nowrm

Automate removal of Zeit ▲now deployments.

Usage: nowrm [options]

OptionDescription
-y, --yesautomatically confirm removal
-o, --oldignore latest deployment of each project
-k, --keep <projects/hashes>ignore specified projects and deployments

Examples:

  • Prompt for each deployment individually:
    $ nowrm

  • Remove all deployments:
    $ nowrm --yes

  • Remove all deployments except those specified:
    $ nowrm --yes --keep <project1>,<hash1>,<hash2>