Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: replace uctl with flytectl in OSS docs #5501

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flytectl/cmd/update/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl_update_project.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading