Skip to content

Releases: folio-org/stripes-cli

v1.9.0

06 Mar 20:46
6e3dd17
Compare
Choose a tag to compare
  • 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

16 Jan 19:14
5104a9e
Compare
Choose a tag to compare
  • 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 to perm list for consistency
  • Use caret version for CLI in workspace template, fixes STCLI-123
  • Remove deprecated folio-testing-platform from selection during workspace command, FOLIO-1370
  • Upgrade to Yargs 12.x
  • Remove "--modules all" option, fixes STCLI-83
  • Add provide and require options to mod list command, STCLI-120
  • Guard against unset karma options, fixes STCLI-124
  • Add support for stripes-core v3.x

v1.7.0

29 Nov 16:40
ec1a6c0
Compare
Choose a tag to compare
  • Rename mod view to mod 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
  • 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

19 Oct 19:45
22f8261
Compare
Choose a tag to compare
  • Remove HMR plugin during Karma tests
  • Update ui-app blueprint to use stripes framework, STCLI-108
  • Add BigTest infrastructure blueprint and bootstrap command, STCLI-85

v1.5.0

24 Sep 13:10
6c685e5
Compare
Choose a tag to compare
  • 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