Tapcart CLI

v1.0.2 (2025-08-07)

The latest update introduces a feature that displays toasts when actions are called within the Tapcart SDK, enhancing user feedback during interactions. This improvement was contributed by new contributor @peytonriley18. For more details, refer to the full changelog linked above.

v1.0.1 (2025-08-05)

The latest update to the Tapcart CLI includes updated documentation and a version bump. These changes were implemented by @chinitotuchman, as detailed in the pull requests #82 and #83. For a complete overview of the modifications, refer to the full changelog.

v1.0.0 (2025-08-04)

The latest update to the Tapcart CLI introduces several changes and fixes. The automation for the README has been improved with the use of .cjs files and fixes for the ReadMe automation and repository tag. Additionally, the 'create' functionality has been refactored. A significant breaking change is that CLI projects must now be initialized using the command npx @tapcart/[email protected] create-tapcart-app.

v0.3.1 (2025-07-30)

  • tapcart block dev now shows side by side preview of the live version of the block

v0.3.0 (2025-07-29)

  • component, block, and layout commands no longer support positional arguments
    • block arguments are now behind the --block-folder-name|-b flag
    • component arguments are now behind the --component-folder-name|-c flag
    • layout types are now behind the --layout-type|-l flag
  • improved QoL changes for layout, component, block selectors.

v0.2.2 (2025-07-26)

  • fixed dependency check when using tapcart dependency add

v0.2.1 (2025-07-25)

  • added --quiet|-q , --verbose|-V arguments
  • fixed a timeout issue in layout dev command
  • improved error messaging

v0.2.0 (2025-07-24)

  • added supports for layouts
    • tapcart layout dev <page-type>
    • Full documentation available via CLI help menu
  • changed authentication callback server port from 3000 -> 3001.

v0.1.0 (2025-07-01)

  • added support for custom dependencies
  • added support for components