Releases: flowershow/cli
Releases · flowershow/cli
v1.0.1
v1.0.0
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
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
Minor Changes
-
BREAKING CHANGE - Package Renamed to Scoped Package
This release renames the package from
flowershow-publishto@flowershow/publish(scoped package).
v0.3.0
Minor Changes
-
BREAKING CHANGES - Package and Command Rename
This release renames the package from
flowershowtoflowershow-publishwith significant command structure improvements.What Changed
Package Name
- NPM package:
flowershow→flowershow-publish - Binary command:
flowershow→publish
Command Structure
- Main publish command is now default:
publish <path>(previouslyflowershow publish <path>) - All other commands updated: Use
publishas the base commandpublish auth login(wasflowershow auth login)publish sync <path>(wasflowershow sync <path>)publish list(wasflowershow list)publish delete <name>(wasflowershow delete <name>)
Migration
See MIGRATION.md for complete migration instructions.
- NPM package:
v0.2.12
Patch Changes
- Use content type returned from the API when uploading files using presigned URLs.
v0.2.11
Patch Changes
- Publish to production environment.
v0.2.10
Patch Changes
- Normalize paths on Windows.
v0.2.9
Patch Changes
- Fix version display.
v0.2.8
Patch Changes
- Fix version display.