dfe-platform-tool

0.2.0 • Public • Published

Dfe Platform Tool

A simple tool for managing common tasks on the dfe digital platform.

To use the tool you intall it as an npm dev dependency:

npm i dfe-platform-tool --save-dev

Then you add your oc template such as dotnet-pgsql.json to your repo and a corresponding myapp-properties.yaml to populate the template. Next you create commands in your package.json to run the tool such as:

"scripts": {
    "ocd-create-dotnet-pgsql": "ocd parameters -t dotnet-pgsql.json -c search-and-compare-properties.yaml | oc process -f dotnet-pgsql.json --param-file=- |  oc create -f -"
  }

See the wiki for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i dfe-platform-tool

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • simon_massey