/octostache-tool

.NET Tool to replace octopus variables (Octostache)

Primary LanguageC#

Introduction

.NET Tool to replace octopus variables (Octostache) by environment variable values.

Instructions

Install:

dotnet tool install --global OctostacheTool

Use:

octostache substitute test.txt

Development

Pack:

dotnet pack -c Release

Install:

dotnet tool install --global --add-source ./nupkg OctostacheTool

Use:

octostache substitute test.txt

Uninstall:

dotnet tool uninstall -g OctostacheTool