Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berzniz/now-clear
A utility to delete all zeit now instances that aren't aliased
https://github.com/berzniz/now-clear
now zeit
Last synced: 27 days ago
JSON representation
A utility to delete all zeit now instances that aren't aliased
- Host: GitHub
- URL: https://github.com/berzniz/now-clear
- Owner: berzniz
- Created: 2017-06-13T12:20:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T14:43:40.000Z (about 7 years ago)
- Last Synced: 2024-10-04T03:13:13.994Z (about 1 month ago)
- Topics: now, zeit
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# now-clear
A utility to delete all zeit now instances that aren't aliased.
## Install
```
$ npm install -g now-clear
```## Usage
```bash
$ now-clear
```Filter by deployment name
```bash
$ now-clear -n my-deployment-name
```Passing Token and Team ID
```bash
$ now-clear -t my_now_token -tm my_team_id
```Token and Team ID are read from `~/.now.json` by default