From 20febf3ef4cf0728551079f82261f9eb267fe607 Mon Sep 17 00:00:00 2001 From: Roy Razon Date: Tue, 12 Dec 2023 10:51:52 +0200 Subject: [PATCH] v0.0.58 --- lerna.json | 2 +- packages/cli-common/package.json | 4 +- packages/cli/README.md | 102 ++++++++++++--------- 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, 89 insertions(+), 75 deletions(-) diff --git a/lerna.json b/lerna.json index 742df0a1..48e75d1c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.57" + "version": "0.0.58" } diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 8605acd1..529909eb 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -1,6 +1,6 @@ { "name": "@preevy/cli-common", - "version": "0.0.57", + "version": "0.0.58", "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": "livecycle/oclif-core-patched-for-preevy#v3.12.0-preevy-patch-10", - "@preevy/core": "0.0.57", + "@preevy/core": "0.0.58", "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 7263795a..c3880a6d 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.57 darwin-arm64 node-v18.12.1 +preevy/0.0.58 darwin-arm64 node-v18.12.1 $ preevy --help [COMMAND] USAGE $ preevy COMMAND @@ -70,7 +70,7 @@ FLAGS --force Do not error if the environment is not found --id= Environment id - --profile= Run in a specific profile context + --profile= Run in a specific profile context (either an alias or a URL) --wait Wait for resource deletion to complete. If false (the default), the deletion will be started but not waited for @@ -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.57/src/commands/down.ts)_ +_See code: [src/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.58/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.57/src/commands/help.ts)_ +_See code: [src/commands/help.ts](https://github.com/livecycle/preevy/blob/v0.0.58/src/commands/help.ts)_ ## `preevy init [PROFILE-ALIAS]` @@ -150,13 +150,13 @@ Initialize or import a new profile ``` USAGE $ preevy init [PROFILE-ALIAS] [-D] [-f ] [--system-compose-file ] [-p ] - [--enable-plugin ] [--disable-plugin ] [-f ] + [--enable-plugin ] [--disable-plugin ] [--from ] ARGUMENTS - PROFILE-ALIAS [default: default] Alias of the profile + PROFILE-ALIAS Name of the profile FLAGS - -f, --from= Import profile from existing path + --from= Import profile from existing path GLOBAL FLAGS -D, --debug Enable debug logging @@ -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.57/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.58/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.57/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/livecycle/preevy/blob/v0.0.58/src/commands/login.ts)_ ## `preevy logs [SERVICES]` @@ -222,7 +222,7 @@ FLAGS --follow Follow log output --id= Environment id --no-log-prefix Don't print log prefix in logs - --profile= Run in a specific profile context + --profile= Run in a specific profile context (either an alias or a URL) --since= Show logs since timestamp --tail= Number of lines to show from the end of the logs for each container (default: all) --timestamps Show timestamps @@ -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.57/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.58/src/commands/logs.ts)_ ## `preevy ls` @@ -282,7 +282,7 @@ USAGE FLAGS -d, --driver=