From 321cd5373cbbe3c2a5082cf86cf4c6b5abcdcdf7 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Wed, 21 Dec 2022 12:35:37 +0000 Subject: [PATCH] Update README [skip ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0aea4ba..52d7540 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ DESCRIPTION Create an analysis on GreenFrame server. ``` -_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.2/dist/commands/analyze.ts)_ +_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.3/dist/commands/analyze.ts)_ ## `greenframe kube-config` @@ -292,7 +292,7 @@ DESCRIPTION greenframe kube-config ``` -_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.2/dist/commands/kube-config.ts)_ +_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.3/dist/commands/kube-config.ts)_ ## `greenframe open [BASEURL] [SCENARIO]` @@ -319,7 +319,7 @@ DESCRIPTION greenframe analyze ./yourScenario.js https://greenframe.io ``` -_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.2/dist/commands/open.ts)_ +_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.3/dist/commands/open.ts)_ ## `greenframe update [CHANNEL]` @@ -340,7 +340,7 @@ DESCRIPTION greenframe update ``` -_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.2/dist/commands/update.ts)_ +_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.3/dist/commands/update.ts)_ ## Development