Releases: alis-is/ami
Releases · alis-is/ami
0.36.1
0.36.0
0.36.0-alpha.5
Full Changelog: 0.36.0-alpha.4...0.36.0-alpha.5
0.36.0-alpha.4
use same engine as tests run with for 'no suggestions in non-TTY mode'
0.36.0-alpha.3
Full Changelog: 0.36.0-alpha.2...0.36.0-alpha.3
0.36.0-alpha.2
Full Changelog: 0.36.0-alpha.1...0.36.0-alpha.2
0.36.0-alpha.1
Full Changelog: 0.36.0-alpha...0.36.0-alpha.1
0.36.0-alpha
0.35.3
0.35.2
Added default app implementations for:
ami modify - allows modification of hjson files - defaults to app.h/json
ami show - allows checking of values hjson files - defaults to app.h/json
# Examples:
ami modify --set "configuration.BACKEND" test
ami modify --unset "configuration.BACKEND"
ami modify --add "configuration.keys" test
ami modify --remove "configuration.keys" test
ami modify --file=other.hjson --set "configuration.BACKEND" test
ami show "configuration.BACKEND"
ami show --file=other.hjson "configuration.BACKEND"
ami show # displays entire file contentFull Changelog: 0.35.1...0.35.2