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

feat: tenant variable list #225

Merged
merged 17 commits into from
May 23, 2023
Merged

feat: tenant variable list #225

merged 17 commits into from
May 23, 2023

Conversation

benPearce1
Copy link
Contributor

@benPearce1 benPearce1 commented Mar 29, 2023

[sc-44994]

depends on OctopusDeploy/go-octopusdeploy#193

image

image

image

set variable for azure account

❯ octopus tenant variable update -t "tenant 9" -p "clone 2" -n "azure account" -e dev
? Value azure dev playground
Successfully updated variable 'azure account' in for tenant 'tenant 9'

Automation Command: octopus tenant variables update --tenant 'tenant 9' --name 'azure account' --value 'azure dev playground' --project 'clone 2' --environment 'dev' --no-prompt

set variable for checkbox

❯ octopus tenant variable update -t "tenant 9" -l "lvs1" -n "yesno"
? Select value True
Successfully updated variable 'yesno' in for tenant 'tenant 9'

Automation Command: octopus tenant variables update --tenant 'tenant 9' --name 'yesno' --value 'True' --library-variable-set 'lvs1' --no-prompt

BEGIN_COMMIT_OVERRIDE
feat: tenant variable list
feat: tenant variable update
END_COMMIT_OVERRIDE

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #44994: Sharpening - Octopus CLI Tenant Variables.

@benPearce1 benPearce1 marked this pull request as ready for review May 19, 2023 07:27
Copy link
Collaborator

@domenicsim1 domenicsim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! 👍

@benPearce1 benPearce1 merged commit 69bb317 into main May 23, 2023
@benPearce1 benPearce1 deleted the feat/tenant-vars branch May 23, 2023 00:52
@benPearce1 benPearce1 changed the title feat: tenant variables list feat: tenant variable list May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants