You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user runs Get-OctopusVariableSet -ProjectName MyProject the cmdlet will only return the project's variable set, but not the values of the Library variable sets attached to the project.
By using -IncludeLibraryVariableSets, if project MyProject is also using LibraryVarSet1 and LibraryVarSet2, then the cmdlet should also return the variables from those 2 sets along with the Project variables.
The text was updated successfully, but these errors were encountered:
When a user runs
Get-OctopusVariableSet -ProjectName MyProject
the cmdlet will only return the project's variable set, but not the values of the Library variable sets attached to the project.By using
-IncludeLibraryVariableSets
, if projectMyProject
is also usingLibraryVarSet1
andLibraryVarSet2
, then the cmdlet should also return the variables from those 2 sets along with the Project variables.The text was updated successfully, but these errors were encountered: