Skip to content

Releases: nutgaard/dktp

v2.1.1

14 Nov 08:11
Compare
Choose a tag to compare

2.1.1 (2024-11-14)

Bug Fixes

  • add help descriptions and updated readme (79af24c)

v2.1.0

18 Jun 09:59
Compare
Choose a tag to compare

2.1.0 (2024-06-18)

Features

  • add option to add overrides, or provide extra variables at call-time (f0dde87)

v2.0.0

18 Jun 08:48
Compare
Choose a tag to compare

2.0.0 (2024-06-18)

Code Refactoring

  • use positional arguments for env-file (ab16bc7)

BREAKING CHANGES

  • run/inspect commands have changed. previously the locked env-file was passed with
    -e/--env option. Now its required to be passed as the first argument to the commands respectively

v1.1.0

13 Jun 20:36
Compare
Choose a tag to compare

1.1.0 (2024-06-13)

Features

  • add inspect command to just print content of encrypted file (6a6b290)
  • add option to optionally specify output file to write to (812d78c)

v1.0.3

13 Jun 14:24
Compare
Choose a tag to compare

1.0.3 (2024-06-13)

Bug Fixes

  • disable mocking in production build (4fd8e45)

v1.0.2

13 Jun 14:17
Compare
Choose a tag to compare

1.0.2 (2024-06-13)

Bug Fixes

v1.0.1

13 Jun 14:11
Compare
Choose a tag to compare

1.0.1 (2024-06-13)

Bug Fixes

  • add sh file to make bin file work (ce64ff6)

v1.0.0

13 Jun 13:59
Compare
Choose a tag to compare

1.0.0 (2024-06-13)

Bug Fixes

  • move inquirer stdio to stderr to avoid intermixing with ciphertext (0d82e0b)
  • rename debug-flag, and make az cli verification report issues if found (8ae523f)

Features

  • add encryption module to ensure safeguards are in place for storing secrets (7f2ddb4)
  • add invariant and logging to cli (cbd74b2)
  • add json support to ifs module (2314e81)
  • add process spawn utilities to exec module (da97031)
  • add run command to start processes with environment from vault-file (a699cd5)
  • add support for reading and parsing arm-yaml config files (bfb1356)
  • ifs: added support for ArrayBuffer, lastModified, existence of file, and deletion of file (fe2505a)
  • unlock: add support for unlock file (36836b1)
  • wrap: add wrap command to download and encrypt secrets (5df28de)