now-clean

1.0.0 • Public • Published

now-clean

Helps you automate now deployments.

Removes/deletes/cleans/purges stale now deployments; a stale deployment is all deployments except the last one.

Install

npm install now-clean -g

List all deployments for all apps and mark those to be removed:

now-clean

List all deployments for a specific app and mark those to be removed:

now-clean -n my-dark-app

Remove all stale deployments for all apps:

now-clean -r

Arguments

Run now-clean on the command-line with -h and you will see:

-t  --token
  (will use your local one like the now cli, if available)

-n  --name
  (my-dark-app)

-r  --remove
  (will remove the marked deployments)

Package Sidebar

Install

npm i now-clean

Weekly Downloads

1

Version

1.0.0

License

WTFPL

Last publish

Collaborators

  • darkpos-dev