Releases: nqminds/nqm-tdx-terminal-cli
Releases · nqminds/nqm-tdx-terminal-cli
v2.0.0
Changed
- BREAKING CHANGE: The minimum supported version of Node is now Node.JS 16. (#27)
Dependencies
- Removed
@nqminds/nqm-databot-utils
as a dependency (#28)
Full Changelog: v1.0.4...v2.0.0
v1.0.4
[1.0.4] - 2020-04-22
Changed
- Added dual use of puppeteer
Fixed
v1.0.3
[1.0.3] - 2020-04-21
Changed
Fixed
- Make list command require an input alias so that it is backwards compatible with other code
v1.0.2
[1.0.2] - 2020-04-20
Changed
- Added unified json output with the option
-j
Fixed
- Make list command not require an input alias
v1.0.1
[1.0.1] - 2020-03-19
Changed
Fixed
- Config file specification bug
v1.0.0
[1.0.0] - 2020-02-17
Changed
- Added databot deploy command.
- Added shortening of the command line arguments.
- Added get app url command.
Fixed
v0.2.8
[0.2.8] - 2020-02-11
Changed
- The .env and alias config files stored in home dir (
.tdxcli
).
Fixed
v0.2.7
Changed
Fixed
- Upload bug (added write verification).
v0.2.6
Changed
- Added
list
command with type=["aliases", "secrets"]
.
- Added
--credentials
option to run commands without signing in.
- Added
TDX_CREDENTIALS
environment variable to run commands without signing in.
Fixed
- Script crashed because of unknown request module.