0.0.15 • Published 7 years ago

now-purge v0.0.15

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

now-purge Version

Remove now deployments without an alias

CLI

Installation

npm install -g now-purge

Usage

now-purge <command> [options]

Commands:
  t  now token
  n  name in package.json or now.json to filter your deployments

Options:
  --team, -m     team id
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

As a package

Installation

npm install now-purge --save

Usage

const nowPurge = require('now-purge')

// optional config parameters
const config = {
  token: 'YOUR_NOW_TOKEN',
  deploymentName: 'test',
  team: 'OPTION_TEAM_ID',
}

nowPurge(config)

From your CI

You can remove your oldest deployments without an alias

npm install -g now-purge
now-purge -t YOUR_NOW_TOKEN -n YOUR_NOW_OR_PACKAGE_NAME --team OPTION_TEAM_ID
0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago