From a45f62bf31e6488b59fcfb03a0d21e37ff02c4d2 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Mon, 6 Feb 2023 08:42:34 +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 52d7540..750d30d 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.3/dist/commands/analyze.ts)_ +_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.4/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.3/dist/commands/kube-config.ts)_ +_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.4/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.3/dist/commands/open.ts)_ +_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.4/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.3/dist/commands/update.ts)_ +_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v1.6.4/dist/commands/update.ts)_ ## Development