From 954e4024c884aabbdb0915907789112599c2ff96 Mon Sep 17 00:00:00 2001 From: Yshay Yaacobi Date: Mon, 16 Oct 2023 14:30:37 +0300 Subject: [PATCH] v0.0.54 --- lerna.json | 2 +- packages/cli-common/package.json | 4 ++-- packages/cli/README.md | 26 ++++++++++----------- 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-pr-link/package.json | 6 ++--- 12 files changed, 44 insertions(+), 44 deletions(-) diff --git a/lerna.json b/lerna.json index 61a4d272..85d0ddde 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.53" + "version": "0.0.54" } diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 5df2987a..01970b94 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/cli-common", - "version": "0.0.53", + "version": "0.0.54", "description": "Common library for the Preevy CLI and plugins", "main": "dist/index.js", "files": [ @@ -9,7 +9,7 @@ "license": "Apache-2.0", "dependencies": { "@oclif/core": "^2", - "@preevy/core": "0.0.53", + "@preevy/core": "0.0.54", "chalk": "^4.1.2", "iter-tools-es": "^7.5.3", "lodash": "^4.17.21" diff --git a/packages/cli/README.md b/packages/cli/README.md index abbe35d7..841de581 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.53 darwin-arm64 node-v18.17.1 +preevy/0.0.54 win32-x64 node-v18.18.1 $ preevy --help [COMMAND] USAGE $ preevy COMMAND @@ -102,7 +102,7 @@ DESCRIPTION Delete preview environments ``` -_See code: [dist/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/down.ts)_ +_See code: [dist/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/down.ts)_ ## `preevy help [COMMANDS]` @@ -148,7 +148,7 @@ DESCRIPTION Initialize or import a new profile ``` -_See code: [dist/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/init.ts)_ +_See code: [dist/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/init.ts)_ ## `preevy login` @@ -161,7 +161,7 @@ USAGE FLAGS --lc-api-url= [default: https://app.livecycle.run] The Livecycle API URL' - --lc-auth-url= [default: https://livecycle.us.auth0.com] The login URL + --lc-auth-url= [default: https://auth.livecycle.dev] The login URL --lc-client-id= [default: BHXcVtapfKPEpZtYO3AJ2Livmz6j7xK0] The client ID for the OAuth app GLOBAL FLAGS @@ -174,7 +174,7 @@ DESCRIPTION Login to the Livecycle SaaS ``` -_See code: [dist/commands/login.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/login.ts)_ +_See code: [dist/commands/login.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/login.ts)_ ## `preevy logs [SERVICES]` @@ -235,7 +235,7 @@ DESCRIPTION Show logs for an existing environment ``` -_See code: [dist/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/logs.ts)_ +_See code: [dist/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/logs.ts)_ ## `preevy ls` @@ -296,7 +296,7 @@ DESCRIPTION List preview environments ``` -_See code: [dist/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/ls.ts)_ +_See code: [dist/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/ls.ts)_ ## `preevy profile config update` @@ -530,10 +530,10 @@ Link the profile to the logged in user's organization ``` USAGE $ preevy profile link [-D] [-f ] [--system-compose-file ] [-p ] [--profile ] - [--lc-api-url ] [--access_token ] [--org ] + [--lc-api-url ] [--access-token ] [--org ] FLAGS - --access_token= Livecycle's Access Token + --access-token= Livecycle's Access Token --lc-api-url= [default: https://app.livecycle.run] The Livecycle API URL' --org= Target organization slug for linking the profile --profile= Run in a specific profile context @@ -676,7 +676,7 @@ DESCRIPTION Delete all cloud provider machines, and potentially other resources ``` -_See code: [dist/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/purge.ts)_ +_See code: [dist/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/purge.ts)_ ## `preevy up [SERVICE]` @@ -764,7 +764,7 @@ DESCRIPTION Bring up a preview environment ``` -_See code: [dist/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/up.ts)_ +_See code: [dist/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/up.ts)_ ## `preevy urls [SERVICE] [PORT]` @@ -814,7 +814,7 @@ DESCRIPTION Show urls for an existing environment ``` -_See code: [dist/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/urls.ts)_ +_See code: [dist/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/urls.ts)_ ## `preevy version` @@ -835,5 +835,5 @@ DESCRIPTION Show Preevy version ``` -_See code: [dist/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.53/dist/commands/version.ts)_ +_See code: [dist/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.54/dist/commands/version.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index c45dbb79..683940ea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "preevy", - "version": "0.0.53", + "version": "0.0.54", "description": "Quickly deploy preview environments to the cloud!", "author": "Livecycle", "bin": { @@ -20,15 +20,15 @@ "dependencies": { "@oclif/core": "^2", "@oclif/plugin-help": "^5", - "@preevy/cli-common": "0.0.53", - "@preevy/common": "0.0.53", - "@preevy/compose-tunnel-agent": "0.0.53", - "@preevy/core": "0.0.53", - "@preevy/driver-azure": "0.0.53", - "@preevy/driver-gce": "0.0.53", - "@preevy/driver-kube-pod": "0.0.53", - "@preevy/driver-lightsail": "0.0.53", - "@preevy/plugin-github-pr-link": "0.0.53", + "@preevy/cli-common": "0.0.54", + "@preevy/common": "0.0.54", + "@preevy/compose-tunnel-agent": "0.0.54", + "@preevy/core": "0.0.54", + "@preevy/driver-azure": "0.0.54", + "@preevy/driver-gce": "0.0.54", + "@preevy/driver-kube-pod": "0.0.54", + "@preevy/driver-lightsail": "0.0.54", + "@preevy/plugin-github-pr-link": "0.0.54", "chalk": "^4.1.2", "inquirer": "^8.0.0", "iter-tools-es": "^7.5.3", diff --git a/packages/common/package.json b/packages/common/package.json index 50f4efbd..8e7943ba 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/common", - "version": "0.0.53", + "version": "0.0.54", "description": "", "main": "dist/index.js", "files": [ diff --git a/packages/compose-tunnel-agent/package.json b/packages/compose-tunnel-agent/package.json index 58974079..04213ab2 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.53", + "version": "0.0.54", "description": "", "main": "out/index.js", "files": [ @@ -15,7 +15,7 @@ "@fastify/cors": "^8.3.0", "@fastify/request-context": "^5.0.0", "@fastify/websocket": "^8.2.0", - "@preevy/common": "0.0.53", + "@preevy/common": "0.0.54", "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 db929816..2e8579f1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/core", - "version": "0.0.53", + "version": "0.0.54", "description": "Core functionality for Preevy", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -9,8 +9,8 @@ ], "license": "Apache-2.0", "dependencies": { - "@preevy/common": "0.0.53", - "@preevy/compose-tunnel-agent": "0.0.53", + "@preevy/common": "0.0.54", + "@preevy/compose-tunnel-agent": "0.0.54", "chalk": "^4.1.2", "fast-safe-stringify": "^2.1.1", "inquirer": "^8.0.0", diff --git a/packages/driver-azure/package.json b/packages/driver-azure/package.json index 3acecd0d..1d81cdc4 100644 --- a/packages/driver-azure/package.json +++ b/packages/driver-azure/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-azure", - "version": "0.0.53", + "version": "0.0.54", "description": "Microsoft Azure Virtual Machine for Preevy", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "@azure/identity": "^3.2.2", "@azure/logger": "^1.0.4", "@oclif/core": "^2", - "@preevy/core": "0.0.53", + "@preevy/core": "0.0.54", "inquirer": "^8.0.0", "iter-tools-es": "^7.5.3", "lodash": "^4.17.21" diff --git a/packages/driver-gce/package.json b/packages/driver-gce/package.json index 37167fd4..b6a134e5 100644 --- a/packages/driver-gce/package.json +++ b/packages/driver-gce/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-gce", - "version": "0.0.53", + "version": "0.0.54", "description": "Google Compute Engine driver for Preevy", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "@google-cloud/compute": "^4.0.1", "@google-cloud/storage": "^6.9.5", "@oclif/core": "^2", - "@preevy/core": "0.0.53", + "@preevy/core": "0.0.54", "google-auth-library": "^8.7.0", "google-gax": "^4.0.4", "inquirer": "^8.0.0", diff --git a/packages/driver-kube-pod/package.json b/packages/driver-kube-pod/package.json index 9e560d9d..d3a478b8 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.53", + "version": "0.0.54", "description": "Kubernetes single Pod driver for Preevy", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -12,8 +12,8 @@ "dependencies": { "@kubernetes/client-node": "^0.18.1", "@oclif/core": "^2", - "@preevy/common": "0.0.53", - "@preevy/core": "0.0.53", + "@preevy/common": "0.0.54", + "@preevy/core": "0.0.54", "fast-safe-stringify": "^2.1.1", "inquirer": "^8.0.0", "is-stream": "^2.0.1", diff --git a/packages/driver-lightsail/package.json b/packages/driver-lightsail/package.json index db4fb2c8..2d7e46ef 100644 --- a/packages/driver-lightsail/package.json +++ b/packages/driver-lightsail/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/driver-lightsail", - "version": "0.0.53", + "version": "0.0.54", "description": "AWS Lightsail driver for Preevy", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "@aws-sdk/client-sts": "^3.289.0", "@aws-sdk/util-waiter": "^3.271.0", "@oclif/core": "^2", - "@preevy/core": "0.0.53", + "@preevy/core": "0.0.54", "inquirer": "^8.0.0", "iter-tools-es": "^7.5.3", "lodash": "^4.17.21" diff --git a/packages/plugin-github-pr-link/package.json b/packages/plugin-github-pr-link/package.json index f8cb0365..9d7f2409 100644 --- a/packages/plugin-github-pr-link/package.json +++ b/packages/plugin-github-pr-link/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/plugin-github-pr-link", - "version": "0.0.53", + "version": "0.0.54", "description": "", "main": "dist/index.js", "files": [ @@ -9,8 +9,8 @@ "license": "Apache-2.0", "dependencies": { "@oclif/core": "^2", - "@preevy/cli-common": "0.0.53", - "@preevy/core": "0.0.53", + "@preevy/cli-common": "0.0.54", + "@preevy/core": "0.0.54", "lodash": "^4.17.21", "nunjucks": "^3.2.4", "octokit": "^2.0.14"