1.0.0 • Published 9 years ago
now-clean v1.0.0
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 -gList all deployments for all apps and mark those to be removed:
now-cleanList all deployments for a specific app and mark those to be removed:
now-clean -n my-dark-appRemove all stale deployments for all apps:
now-clean -rArguments
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)1.0.0
9 years ago