From 07183011e5a284ab535cc7795d95dd5ef24f56b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Gr=C3=A4tz?= Date: Fri, 21 Jun 2024 23:22:35 +0200 Subject: [PATCH] Fix: replace with in OSS docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio Grätz --- flytectl/cmd/update/project.go | 4 ++-- flytectl/docs/source/gen/flytectl_update_project.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flytectl/cmd/update/project.go b/flytectl/cmd/update/project.go index 38f959ba38..f6196e35ff 100644 --- a/flytectl/cmd/update/project.go +++ b/flytectl/cmd/update/project.go @@ -73,7 +73,7 @@ For example, to archive a project: :: - $ uctl update project --file update.yaml --archive + $ flytectl update project --file update.yaml --archive And to activate (unarchive) the same project: @@ -85,7 +85,7 @@ And to activate (unarchive) the same project: :: - $ uctl update project --file update.yaml --archive + $ flytectl update project --file update.yaml --archive Note that when using a *yaml* file, the *activate* flag is not used. Instead, the *archive* flag is used for *both* archiving and activating (unarchiving) with the difference being in the *state* field of the *yaml* file. diff --git a/flytectl/docs/source/gen/flytectl_update_project.rst b/flytectl/docs/source/gen/flytectl_update_project.rst index 5d27380478..63a3c4ebaf 100644 --- a/flytectl/docs/source/gen/flytectl_update_project.rst +++ b/flytectl/docs/source/gen/flytectl_update_project.rst @@ -67,7 +67,7 @@ For example, to archive a project: :: - $ uctl update project --file update.yaml --archive + $ flytectl update project --file update.yaml --archive And to activate (unarchive) the same project: @@ -79,7 +79,7 @@ And to activate (unarchive) the same project: :: - $ uctl update project --file update.yaml --archive + $ flytectl update project --file update.yaml --archive Note that when using a *yaml* file, the *activate* flag is not used. Instead, the *archive* flag is used for *both* archiving and activating (unarchiving) with the difference being in the *state* field of the *yaml* file.