matiastucci / Now Purge
Licence: mit
Remove now deployments without an alias
Stars: ✭ 42
Programming Languages
javascript
184084 projects - #8 most used programming language
Labels
Projects that are alternatives of or similar to Now Purge
hojetem.live
🎶Curated live concerts from famous Brazilian artists.
Stars: ✭ 44 (+4.76%)
Mutual labels: now
Micro Proxy
[DEPRECATED] Simplest proxy server for microservices
Stars: ✭ 358 (+752.38%)
Mutual labels: now
Tencent Now
🔥🔥🔥iOS视频直播:仿腾讯旗下 < NOW > 直播 斗鱼 抖音 火山视频 花椒 熊猫 YY 陌陌 映客 直播APP iOS Live video
Stars: ✭ 762 (+1714.29%)
Mutual labels: now
Meteor Now
Instantly deploy your Meteor apps with `meteor-now`
Stars: ✭ 339 (+707.14%)
Mutual labels: now
Cli
CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡️
Stars: ✭ 400 (+852.38%)
Mutual labels: now
Now Clear
A utility to delete all zeit now instances that aren't aliased
Stars: ✭ 12 (-71.43%)
Mutual labels: now
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (+726.19%)
Mutual labels: now
dev-gateway
Local development cluster with "now" path aliases syntax support. Allows running multiple microservices as one solid server.
Stars: ✭ 32 (-23.81%)
Mutual labels: now
Covid19 Brazil Api
API com dados atualizados sobre o status do COVID-19 🦠
Stars: ✭ 300 (+614.29%)
Mutual labels: now
Vercel Php
▲ Vercel PHP runtime • vercel-php • now-php • 🐘+ λ = ❤
Stars: ✭ 429 (+921.43%)
Mutual labels: now
notion-custom-domain
📝 Custom domains for your public Notion pages
Stars: ✭ 23 (-45.24%)
Mutual labels: now
Shop
🛍🛒 Full-stack React/Prisma/TS/GraphQL E-Commerce Example
Stars: ✭ 359 (+754.76%)
Mutual labels: now
Plek
Make continuous deployment delightful. Deploy and preview your apps for each pull request with Plek. 🇳🇱
Stars: ✭ 15 (-64.29%)
Mutual labels: now
Jwt Example
Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.
Stars: ✭ 22 (-47.62%)
Mutual labels: now
Remove now deployments without an alias
CLI
One time run (using NPM 5 / npx)
npx now-purge
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
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].