Skip to content

feat: tenant variable list#225

Merged
benPearce1 merged 17 commits into
mainfrom
feat/tenant-vars
May 23, 2023
Merged

feat: tenant variable list#225
benPearce1 merged 17 commits into
mainfrom
feat/tenant-vars

Conversation

@benPearce1

@benPearce1 benPearce1 commented Mar 29, 2023

Copy link
Copy Markdown
Contributor

[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
Copy Markdown

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

@benPearce1 benPearce1 requested a review from domenicsim1 May 19, 2023 07:26
@benPearce1 benPearce1 marked this pull request as ready for review May 19, 2023 07:27

@domenicsim1 domenicsim1 left a comment

Copy link
Copy Markdown
Contributor

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