All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [FIXED] - changed project name to
serviser-cli
- [FIXED] -
getIntegrity_v1.0API endpoint was not including failure description when integrity check failed with value being not instanceof Error
- [CHANGED] - requires bi-service >= 1.0.0
- [ADDED] -
spreadquery parameter to the GETapi/v1.0/integrityroute
- [CHANGED] - requires bi-service >= 1.0.0-alpha
- [CHANGED] -
inspect routedumps only basic route information, detailed route inspection has been discouraged - [REMOVED] -
static-datacli command asbi-serviceAPI changed grately from original design
- [FIXED] - fix previous broken release
- [FIXED] -
CLI.prototype.closeshould not fail when no server is running - [FIXED] - add
memorywritable store to cli config
- [FIXED] -
AppManager.prototype.buildCLIshould emit thebuild-appevent
- [FIXED] - set default express body-parser options for http requests
- [FIXED] - fixed incorrect serializing of Errors of integrity cmd & /api/v1.0/integrity route
- [FIXED] - CLI app initialization should be postponed to the point where all apps are synchronously prepared for startup
- [FIXED] -
integritycli cmd and/api/v1.0/integrityhttp endpoint (were using stale interface of bi-service@<0.15.x)
- [FIXED] - default
cliconfig location should beapps:cliinstead ofcli
- [REMOVED] -
bi-configdependecy - [CHANGED] - use
bi-service@>=0.15.xAPI
- [CHANGED] - use
bi-service@>0.13.xAPI - [ADDED] -
sdkMethodcolumn tols -rlist of routes - [ADDED] - success response data schema to
inspect route <uid>cmd output - [ADDED] -
ls -r <uid>alias forinspect route <uid>
- [ADDED] - http API
- [FIXED] - since
bi-service@0.10.xtheAppManageris responsible for registering a new App in its registry
- [FIXED] -
inspect routecmd json printing options
- [FIXED] -
lscommand - don't fail when a server is not running - [FIXED] - use
bi-json-inspector@0.3x
- [FIXED] - list missing
easy-tabledependency
- [FIXED] - list missing dependencies (
bi-json-inspector&bi-json-stringifier)
- [FIXED] - invalid module require path
- [FIXED] - make plugin from this module
- [CHANGED] - renamed the module name from
bi-clitobi-service-cli
- [FIXED] - the CLI app should stick to common
bi-serviceApp interface