Get variables for a Project from Octopus Deploy
get_variablesRetrieve all project and library variable set variables for a specific project, including configuration-as-code variables.
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 |
|---|---|---|---|
| spaceName | Yes | The space name | |
| projectId | Yes | The ID of the project to retrieve the variables for | |
| gitRef | No | The gitRef to retrieve the variables from, if the project is a config-as-code project |