Note: This is not an official Terramate™ extension. It is a community-maintained project and not affiliated with or endorsed by Terramate™ or its maintainers.
Install the extension from the Azure DevOps Marketplace.
- Installs the Terramate™ CLI on an Azure DevOps agent.
- Supports Linux, MacOS, and Windows agents.
- Adds Terramate™ CLI to the system PATH for use in subsequent pipeline steps.
- Allows installation of a specific Terramate™ version.
-
Install the latest released version:
steps: - task: TerramateInstaller@0
-
Install specific version:
steps: - task: TerramateInstaller@0 inputs: version: v0.14.0 # or 0.14.0
Any feedback or contributions are welcome!
Please, submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions, issues, or feature requests for extension and tasks, please open an issue on the GitHub repository.
For detailed Terramate™ documentation refer to the Terramate™ documentation.