@cap-js-community/mtx-tool
Advanced tools
Changelog
v0.8.1 - 2024-03-05
uaasc
, uaasp
, uaasu
error handling and message with passcode url was improved.regl
and --registry-update
support for instances with service
plan. (proposal and provisioning
support by @andre68723)Changelog
v0.8.0 - 2024-02-20
--hdi-migrate-all
command is removed. Instance manager has been deprecated for a while, so migrations to
service-manager have happened by now.uaas --uaa-service
command has been renamed to uaasc --uaa-service-client
. This fits better with the
pattern of new commands.uaa: new flexible commands, so that either the regular server or a trusted services can be accessed as a technical client, as a user with passcode, or as a user with username and password. (fixes #62 by @soccermax)
uaac --uaa-client [TENANT] obtain uaa token for generic client
uaap --uaa-passcode PASSCODE [TENANT] obtain uaa token for one-time passcode
uaau --uaa-user USERNAME PASSWORD [TENANT] obtain uaa token for username password
uaasc --uaa-service-client SERVICE [TENANT] obtain service token for generic client
uaasp --uaa-service-passcode SERVICE PASSCODE [TENANT] obtain service token for one-time passcode
uaasu --uaa-service-user SERVICE USERNAME PASSWORD [TENANT] obtain service token for username password
Changelog
v0.7.17 - 2024-01-24
Changelog
v0.7.16 - 2024-01-13
Changelog
v0.7.15 - 2023-12-21
cds: added missing timestamp functionality (fixes #46)
cds,hdi: allow users to control request concurrency with env variables MTX_CDS_CONCURRENCY
, MTX_HDI_CONCURRENCY
Changelog
v0.7.14 - 2023-10-20
add response time to all logged requests
reg: enable access for registry instances with service
plan
Changelog
v0.7.13 - 2023-08-04
Changelog
v0.7.12 - 2023-07-24
Changelog
v0.7.11 - 2023-07-12
cds: auto undeploy for mtxs (#34)
hdi: allow hdi tenantIds to contain forward slash
uaa: make uaa service token work with user provided services
Changelog
v0.7.10 - 2023-03-13
homogenize single and multi tenant registry calls
change function signatures to avoid null parameters
reg: common enum for registry response states