Skip to content

Releases: unmold-labs/unmold-cli

Release list

v0.2.0

Choose a tag to compare

@haoliangyu haoliangyu released this 23 Jun 04:49

Added

  • module publish now supports --access private|public with private as the default.
  • New module make-public command for changing an existing module version to public.
  • New module make-private command for changing an existing module version to private.
  • module list now supports anonymous public-only browsing and optional no-filter search.

Changed

  • module list now accepts optional filters, including a no-argument form that lists accessible modules.
  • Module list output now preserves the access field returned by the registry API.
  • CLI auth handling for module listing now falls back to public-only access when no token is available.