get_variables
Retrieve all project variables, library variable sets, and associated configurations for Octopus Deploy projects to manage deployment parameters and shared configurations.
Instructions
This tool gets all project and library variable set variables for a given project. Projects can contain variables (specific to a project), library variable sets (shared collections of variables associated with many projects), and tenant variables (variables related to a tenants connected to the project) If you want to retrieve tenant variables for a tenant connected to the project, use the get_tenant_variables tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gitRef | No | The gitRef to retrieve the variables from, if the project is a config-as-code project | |
projectId | Yes | The ID of the project to retrieve the variables for | |
spaceName | Yes | The space name |