Releases: folio-org/stripes-cli
Releases · folio-org/stripes-cli
v1.10.0
- Check for TTY before calling getStdin(), fixes STCLI-131
- Update ui-module blueprint to use stripes 2.0
- Add mocha-jenkins-reporter and support passing of
--reporter
option for Nightmare tests, STCLI-84 - Add support for
mod add
to accept existing module descriptors via stdin, STCLI-127
v1.9.0
- Facilitate connection of a locally hosted back-end module with Okapi, STCLI-114
- New isBackendModule context to identify back-end modules
- Support back-end module context for
mod add/remove/enable/disable
commands - New
mod discover
command to register instances with Okapi
- New mod descriptor
--output
option for writing module descriptors to a directory, STCLI-125 - Automate generation of CLI command reference, STCLI-128
- Refactor usage of context.type, STCLI-78
- Implement CLI context, prompts, and stdin handlers as Yargs middleware, STCLI-99
- New middleware for loading stripes config files and applying okapi/tenant, STCLI-117
- Add support to filter permissions by assigned/unassigned, STCLI-126
v1.8.0
- Add sample API request to ui-app template, STCLI-98
- New
mod perms
command to list permission for one or more modules, STCLI-115 - Support permission assignment via
platform backend
command, STCLI-115 - Rename
perm view
toperm list
for consistency - Use caret version for CLI in workspace template, fixes STCLI-123
- Remove deprecated
folio-testing-platform
from selection duringworkspace
command, FOLIO-1370 - Upgrade to Yargs 12.x
- Remove "--modules all" option, fixes STCLI-83
- Add
provide
andrequire
options tomod list
command, STCLI-120 - Guard against unset karma options, fixes STCLI-124
- Add support for
stripes-core
v3.x
v1.7.0
- Rename
mod view
tomod list
and add support for listing all module ids, STCLI-79 - New
mod view
implementation to view module descriptors given ids, STCLI-79 - Update app module template with new translation directory, STCLI-67
- Augment core API with dependencies used for generating descriptors, fixes STCLI-111
- Extend Okapi interactions to facilitate setup of back-end platform dependencies, STCLI-15
- Pull module descriptors from remote Okapi registry with
mod pull
mod remove
now supports multiple descriptor ids- Enable/disable and optionally deploy modules via
mod install
- Deploy, enable, and upgrade modules for a platform via
platform backend
- Pull module descriptors from remote Okapi registry with
- Dynamically apply CLI devDependency version for new app and workspace, STCLI-109
- Use correct relative path for package.json in
workspace
command, fixes STCLI-121 - Support using
mod install
simulate output as input for subsequent calls to command, STCLI-116
v1.6.0
v1.5.0
- On pull, highlight updated repositories
- Correct isPlatform logic, fixes STCLI-104
- Start new apps at v1.0.0. Fixes STCLI-105
- Upgrade
debug
dependency, STRIPES-553 - Enable module for tenant via
perm create
command, fixes STCLI-106 - Enable serve/test of stripes-* modules based on inventory