From d9a32fa129dc649c14aa9393651622e23a5f4f1c Mon Sep 17 00:00:00 2001 From: Roy Razon Date: Thu, 11 Jan 2024 09:11:49 +0200 Subject: [PATCH] v0.0.60 --- lerna.json | 2 +- packages/cli-common/package.json | 4 +- packages/cli/README.md | 44 +++++++++++----------- packages/cli/package.json | 20 +++++----- packages/common/package.json | 2 +- packages/compose-tunnel-agent/package.json | 4 +- packages/core/package.json | 6 +-- packages/driver-azure/package.json | 4 +- packages/driver-gce/package.json | 4 +- packages/driver-kube-pod/package.json | 6 +-- packages/driver-lightsail/package.json | 4 +- packages/plugin-github/package.json | 6 +-- 12 files changed, 53 insertions(+), 53 deletions(-) diff --git a/lerna.json b/lerna.json index 18885081..77254819 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.59" + "version": "0.0.60" } diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 69db6e95..741bdbce 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/cli-common", - "version": "0.0.59", + "version": "0.0.60", "description": "Common library for the Preevy CLI and plugins", "type": "module", "main": "dist/index.js", @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@oclif/core": "^3.15.1", - "@preevy/core": "0.0.59", + "@preevy/core": "0.0.60", "chalk": "^4.1.2", "iter-tools-es": "^7.5.3", "lodash-es": "^4.17.21" diff --git a/packages/cli/README.md b/packages/cli/README.md index ca1f76b2..cc49641f 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -19,7 +19,7 @@ $ npm install -g preevy $ preevy COMMAND running command... $ preevy (--version) -preevy/0.0.59 darwin-arm64 node-v18.12.1 +preevy/0.0.60 darwin-arm64 node-v18.19.0 $ preevy --help [COMMAND] USAGE $ preevy COMMAND @@ -121,7 +121,7 @@ FLAG DESCRIPTIONS If not specified, will detect from the current Git context ``` -_See code: [src/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/down.ts)_ +_See code: [src/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/down.ts)_ ## `preevy help [COMMANDS]` @@ -141,7 +141,7 @@ DESCRIPTION Display help for preevy. ``` -_See code: [src/commands/help.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/help.ts)_ ## `preevy init [PROFILE-ALIAS]` @@ -170,7 +170,7 @@ DESCRIPTION Initialize or import a new profile ``` -_See code: [src/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/init.ts)_ ## `preevy login` @@ -198,7 +198,7 @@ DESCRIPTION Login to the Livecycle SaaS ``` -_See code: [src/commands/login.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/login.ts)_ ## `preevy logs [SERVICES]` @@ -264,7 +264,7 @@ FLAG DESCRIPTIONS If not specified, will detect from the current Git context ``` -_See code: [src/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/logs.ts)_ ## `preevy ls` @@ -326,7 +326,7 @@ DESCRIPTION List preview environments ``` -_See code: [src/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/ls.ts)_ +_See code: [src/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/ls.ts)_ ## `preevy profile config update` @@ -391,7 +391,7 @@ DESCRIPTION View and update profile configuration ``` -_See code: [src/commands/profile/config/update.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/config/update.ts)_ +_See code: [src/commands/profile/config/update.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/config/update.ts)_ ## `preevy profile config view` @@ -418,7 +418,7 @@ DESCRIPTION View profile configuration ``` -_See code: [src/commands/profile/config/view.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/config/view.ts)_ +_See code: [src/commands/profile/config/view.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/config/view.ts)_ ## `preevy profile cp` @@ -451,7 +451,7 @@ DESCRIPTION Copy a profile ``` -_See code: [src/commands/profile/cp.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/cp.ts)_ +_See code: [src/commands/profile/cp.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/cp.ts)_ ## `preevy profile create NAME URL` @@ -515,7 +515,7 @@ DESCRIPTION Create a new profile ``` -_See code: [src/commands/profile/create.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/create.ts)_ +_See code: [src/commands/profile/create.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/create.ts)_ ## `preevy profile current` @@ -542,7 +542,7 @@ DESCRIPTION Display current profile in use ``` -_See code: [src/commands/profile/current.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/current.ts)_ +_See code: [src/commands/profile/current.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/current.ts)_ ## `preevy profile import LOCATION` @@ -572,7 +572,7 @@ DESCRIPTION Import an existing profile ``` -_See code: [src/commands/profile/import.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/import.ts)_ +_See code: [src/commands/profile/import.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/import.ts)_ ## `preevy profile key [TYPE]` @@ -602,7 +602,7 @@ DESCRIPTION Show profile key ``` -_See code: [src/commands/profile/key.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/key.ts)_ +_See code: [src/commands/profile/key.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/key.ts)_ ## `preevy profile link` @@ -631,7 +631,7 @@ DESCRIPTION Link the profile to the logged in user's organization ``` -_See code: [src/commands/profile/link.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/link.ts)_ +_See code: [src/commands/profile/link.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/link.ts)_ ## `preevy profile ls` @@ -670,7 +670,7 @@ DESCRIPTION Lists profiles ``` -_See code: [src/commands/profile/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/ls.ts)_ +_See code: [src/commands/profile/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/ls.ts)_ ## `preevy profile rm NAME` @@ -701,7 +701,7 @@ DESCRIPTION Remove a profile ``` -_See code: [src/commands/profile/rm.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/rm.ts)_ +_See code: [src/commands/profile/rm.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/rm.ts)_ ## `preevy profile use NAME` @@ -727,7 +727,7 @@ DESCRIPTION Set current profile ``` -_See code: [src/commands/profile/use.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/profile/use.ts)_ +_See code: [src/commands/profile/use.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/profile/use.ts)_ ## `preevy purge` @@ -782,7 +782,7 @@ DESCRIPTION Delete all cloud provider machines and potentially other resources ``` -_See code: [src/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/purge.ts)_ +_See code: [src/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/purge.ts)_ ## `preevy ssh ENVID` @@ -953,7 +953,7 @@ FLAG DESCRIPTIONS If not specified, will detect from the current Git context ``` -_See code: [src/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/up.ts)_ +_See code: [src/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/up.ts)_ ## `preevy urls [SERVICE] [PORT]` @@ -1014,7 +1014,7 @@ FLAG DESCRIPTIONS If not specified, will detect from the current Git context ``` -_See code: [src/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/urls.ts)_ +_See code: [src/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/urls.ts)_ ## `preevy version` @@ -1038,5 +1038,5 @@ DESCRIPTION Show Preevy version ``` -_See code: [src/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.59/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.60/src/commands/version.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 8ba4c185..1a77012b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "preevy", - "version": "0.0.59", + "version": "0.0.60", "description": "Quickly deploy preview environments to the cloud!", "author": "Livecycle", "type": "module", @@ -26,15 +26,15 @@ "@inquirer/prompts": "^3.3.0", "@oclif/core": "^3.15.1", "@oclif/plugin-help": "^5", - "@preevy/cli-common": "0.0.59", - "@preevy/common": "0.0.59", - "@preevy/compose-tunnel-agent": "0.0.59", - "@preevy/core": "0.0.59", - "@preevy/driver-azure": "0.0.59", - "@preevy/driver-gce": "0.0.59", - "@preevy/driver-kube-pod": "0.0.59", - "@preevy/driver-lightsail": "0.0.59", - "@preevy/plugin-github": "0.0.59", + "@preevy/cli-common": "0.0.60", + "@preevy/common": "0.0.60", + "@preevy/compose-tunnel-agent": "0.0.60", + "@preevy/core": "0.0.60", + "@preevy/driver-azure": "0.0.60", + "@preevy/driver-gce": "0.0.60", + "@preevy/driver-kube-pod": "0.0.60", + "@preevy/driver-lightsail": "0.0.60", + "@preevy/plugin-github": "0.0.60", "disposablestack": "^1.1.2", "inquirer-autocomplete-standalone": "^0.8.1", "iter-tools-es": "^7.5.3", diff --git a/packages/common/package.json b/packages/common/package.json index 7e469fd6..ff7b3fdd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/common", - "version": "0.0.59", + "version": "0.0.60", "description": "", "type": "module", "exports": { diff --git a/packages/compose-tunnel-agent/package.json b/packages/compose-tunnel-agent/package.json index 554d5eaa..3edbc84d 100644 --- a/packages/compose-tunnel-agent/package.json +++ b/packages/compose-tunnel-agent/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/compose-tunnel-agent", - "version": "0.0.59", + "version": "0.0.60", "description": "", "main": "out/index.mjs", "exports": { @@ -19,7 +19,7 @@ "@fastify/cors": "^8.3.0", "@fastify/request-context": "^5.0.0", "@fastify/websocket": "^8.2.0", - "@preevy/common": "0.0.59", + "@preevy/common": "0.0.60", "dockerode": "^3.3.4", "fastify": "^4.22.2", "fastify-type-provider-zod": "^1.1.9", diff --git a/packages/core/package.json b/packages/core/package.json index af795bf0..a20beaac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/core", - "version": "0.0.59", + "version": "0.0.60", "description": "Core functionality for Preevy", "type": "module", "exports": { @@ -13,8 +13,8 @@ "license": "Apache-2.0", "dependencies": { "@inquirer/prompts": "^3.3.0", - "@preevy/common": "0.0.59", - "@preevy/compose-tunnel-agent": "0.0.59", + "@preevy/common": "0.0.60", + "@preevy/compose-tunnel-agent": "0.0.60", "chalk": "^4.1.2", "fast-safe-stringify": "^2.1.1", "is-stream": "^2.0.1", diff --git a/packages/driver-azure/package.json b/packages/driver-azure/package.json index aecd81be..8e0b612c 100644 --- a/packages/driver-azure/package.json +++ b/packages/driver-azure/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-azure", - "version": "0.0.59", + "version": "0.0.60", "description": "Microsoft Azure Virtual Machine for Preevy", "type": "module", "exports": { @@ -22,7 +22,7 @@ "@azure/logger": "^1.0.4", "@inquirer/prompts": "^3.3.0", "@oclif/core": "^3.15.1", - "@preevy/core": "0.0.59", + "@preevy/core": "0.0.60", "inquirer-autocomplete-standalone": "^0.8.1", "iter-tools-es": "^7.5.3", "lodash-es": "^4.17.21" diff --git a/packages/driver-gce/package.json b/packages/driver-gce/package.json index 3f41ae80..3c2ca384 100644 --- a/packages/driver-gce/package.json +++ b/packages/driver-gce/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-gce", - "version": "0.0.59", + "version": "0.0.60", "description": "Google Compute Engine driver for Preevy", "type": "module", "exports": { @@ -17,7 +17,7 @@ "@google-cloud/storage": "^6.9.5", "@inquirer/prompts": "^3.3.0", "@oclif/core": "^3.15.1", - "@preevy/core": "0.0.59", + "@preevy/core": "0.0.60", "google-auth-library": "^8.7.0", "google-gax": "^4.0.5", "inquirer-autocomplete-standalone": "^0.8.1", diff --git a/packages/driver-kube-pod/package.json b/packages/driver-kube-pod/package.json index 1e525c99..f5d4b202 100644 --- a/packages/driver-kube-pod/package.json +++ b/packages/driver-kube-pod/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-kube-pod", - "version": "0.0.59", + "version": "0.0.60", "description": "Kubernetes single Pod driver for Preevy", "exports": { ".": "./dist/index.js" @@ -16,8 +16,8 @@ "@inquirer/prompts": "^3.3.0", "@kubernetes/client-node": "^0.18.1", "@oclif/core": "^3.15.1", - "@preevy/common": "0.0.59", - "@preevy/core": "0.0.59", + "@preevy/common": "0.0.60", + "@preevy/core": "0.0.60", "fast-safe-stringify": "^2.1.1", "is-stream": "^2.0.1", "iter-tools-es": "^7.5.3", diff --git a/packages/driver-lightsail/package.json b/packages/driver-lightsail/package.json index a140a354..4dc0754a 100644 --- a/packages/driver-lightsail/package.json +++ b/packages/driver-lightsail/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-lightsail", - "version": "0.0.59", + "version": "0.0.60", "description": "AWS Lightsail driver for Preevy", "exports": { ".": "./dist/index.js" @@ -18,7 +18,7 @@ "@aws-sdk/client-sts": "^3.289.0", "@aws-sdk/util-waiter": "^3.271.0", "@oclif/core": "^3.15.1", - "@preevy/core": "0.0.59", + "@preevy/core": "0.0.60", "inquirer-autocomplete-standalone": "^0.8.1", "iter-tools-es": "^7.5.3", "lodash-es": "^4.17.21" diff --git a/packages/plugin-github/package.json b/packages/plugin-github/package.json index 42c86bb1..df4a282d 100644 --- a/packages/plugin-github/package.json +++ b/packages/plugin-github/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/plugin-github", - "version": "0.0.59", + "version": "0.0.60", "description": "Preevy plugin for GitHub", "exports": { ".": "./dist/index.js" @@ -12,8 +12,8 @@ "license": "Apache-2.0", "dependencies": { "@oclif/core": "^3.15.1", - "@preevy/cli-common": "0.0.59", - "@preevy/core": "0.0.59", + "@preevy/cli-common": "0.0.60", + "@preevy/core": "0.0.60", "lodash-es": "^4.17.21", "nunjucks": "^3.2.4", "octokit": "^3.1.1"