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

Support updating the name of Tower entities #327

Merged
merged 17 commits into from
Sep 21, 2023

Conversation

JaimeSeqLabs
Copy link
Contributor

@JaimeSeqLabs JaimeSeqLabs commented Sep 5, 2023

Description

Closes #303

Add support for renaming:

  • Organizations
  • Workspaces
  • Pipelines
  • Actions
  • Compute environments

Guidelines for testing

tw organizations update --name org --new-name newOrg
tw workspaces update -i 117539120668866 --new-name newOrg
tw pipelines update --name testPipeline --new-name newTestPipeline
tw actions update --name testAction --new-name newTestAction
tw compute-envs update --name testCE --new-name newTestCE

@JaimeSeqLabs JaimeSeqLabs linked an issue Sep 5, 2023 that may be closed by this pull request
5 tasks
…some-entities

# Conflicts:
#	conf/reflect-config.json
@JaimeSeqLabs JaimeSeqLabs self-assigned this Sep 5, 2023
@JaimeSeqLabs JaimeSeqLabs added enhancement New feature or request API New things that have the API that are not yet supported by the CLI labels Sep 5, 2023
@JaimeSeqLabs JaimeSeqLabs marked this pull request as ready for review September 5, 2023 15:50
@JaimeSeqLabs JaimeSeqLabs merged commit df3870c into master Sep 21, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API New things that have the API that are not yet supported by the CLI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to update the name of some entities
3 participants