From 61110be49a36c2b525ebc85d011094546169d835 Mon Sep 17 00:00:00 2001 From: JulienMattiussi Date: Wed, 24 Jul 2024 09:51:44 +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 0e07fd8..60119ad 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ DESCRIPTION Create an analysis on GreenFrame server. ``` -_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/analyze.ts)_ +_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.1/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/v2.0.0/dist/commands/kube-config.ts)_ +_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.1/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/v2.0.0/dist/commands/open.ts)_ +_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.1/dist/commands/open.ts)_ ## `greenframe update [CHANNEL]` @@ -338,7 +338,7 @@ DESCRIPTION greenframe update ``` -_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/update.ts)_ +_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.1/dist/commands/update.ts)_ ## Development