Skip to content

Releases: flowershow/cli

v1.0.1

29 Jan 23:13

Choose a tag to compare

Patch Changes

  • Correct help messages.

v1.0.0

29 Jan 21:32

Choose a tag to compare

Major Changes

  • Breaking change: Updated to match new Flowershow API response format.

    Previous CLI versions are incompatible with the current API and will fail to detect file processing status correctly. Please upgrade to this version.

v0.4.1

28 Jan 12:56

Choose a tag to compare

Patch Changes

  • Files are no longer renamed to README.md - they keep their original filenames. Project name is still inferred from the first file or folder name. The API now handles file organization.
  • HTML files can be published too.

v0.4.0

16 Jan 14:53

Choose a tag to compare

Minor Changes

  • BREAKING CHANGE - Package Renamed to Scoped Package

    This release renames the package from flowershow-publish to @flowershow/publish (scoped package).

v0.3.0

14 Jan 17:04

Choose a tag to compare

Minor Changes

  • BREAKING CHANGES - Package and Command Rename

    This release renames the package from flowershow to flowershow-publish with significant command structure improvements.

    What Changed

    Package Name

    • NPM package: flowershowflowershow-publish
    • Binary command: flowershowpublish

    Command Structure

    • Main publish command is now default: publish <path> (previously flowershow publish <path>)
    • All other commands updated: Use publish as the base command
      • publish auth login (was flowershow auth login)
      • publish sync <path> (was flowershow sync <path>)
      • publish list (was flowershow list)
      • publish delete <name> (was flowershow delete <name>)

    Migration

    See MIGRATION.md for complete migration instructions.

v0.2.12

13 Jan 02:04

Choose a tag to compare

Patch Changes

  • Use content type returned from the API when uploading files using presigned URLs.

v0.2.11

12 Jan 15:47

Choose a tag to compare

Patch Changes

  • Publish to production environment.

v0.2.10

08 Jan 22:32

Choose a tag to compare

Patch Changes

  • Normalize paths on Windows.

v0.2.9

07 Jan 22:37

Choose a tag to compare

Patch Changes

  • Fix version display.

v0.2.8

07 Jan 13:34

Choose a tag to compare

Patch Changes

  • Fix version display.