Skip to content

mscribellito/Octopus-Variable-Set-Export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Octopus Variable Set Export

Export Variable Sets from Octopus to an Excel file. Each variable set will be on its own worksheet.

Dependencies

Install Dependencies

Install-Module -Name ImportExcel

Install-Package Octopus.Client -source https://www.nuget.org/api/v2 -SkipDependencies

Usage

.\OctopusVariableSetExport.ps1 -OctopusUrl 'https://localhost' -UserApiKey 'your-api-key-here' -VariableSetNames 'variable-set-1', 'variable-set-2'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published