Skip to content

Releases: FrontasticGmbH/frontastic-cli

2.7.2

18 Sep 09:13
7225f91

Choose a tag to compare

Update documentation link

2.7.1

17 Sep 12:21
7225f91

Choose a tag to compare

Update documentation link

2.7.0

11 Aug 17:28
7225f91

Choose a tag to compare

  • The CLI now uses the studio.frontend.commercetools.com domain when sending requests to Studio.
  • A deprecation notice has been added to the upload command if a frontastic.io Studio URL is passed in by the user.

2.6.0

01 Jul 13:54
7225f91

Choose a tag to compare

Update documentation link

2.5.0

19 May 14:24
7225f91

Choose a tag to compare

  • Added support for Node.js 24 in backend extensions
  • Deprecated Node.js versions below 20 - Warning messages now appear when
    projects use outdated Node.js versions in backend extensions

2.4.4

10 Feb 09:30
3b2f61c

Choose a tag to compare

Updated broken link to documentation

2.4.3

03 Feb 12:24
3b2f61c

Choose a tag to compare

Node 20 and 22 support.

2.4.2

30 Jul 14:46
3b2f61c

Choose a tag to compare

Updated broken link to documentation

2.4.1

16 May 10:12
3b2f61c

Choose a tag to compare

Updated broken link to documentation

2.4.0

20 Feb 13:35
3b2f61c

Choose a tag to compare

New Features

You no longer need to use the --multitenant parameter when running the
frontastic init command to initialize your project because a
project is now automatically detected as multi-tenant. Explicitly using the
--multitenant parameter is still possible, but it will override the detection
and the initialized project will always be considered multi-tenant.

Bugfixes

  • The Bundle upload status in the Status pane is now displayed
    correctly on two lines instead of being truncated.
  • If an error occurs when copying log messages with the c hotkey, a dedicated
    error message now appears in a dialog instead of in the internal log pane for
    better visibility.
  • Some inconsistencies in the dashboard layout are now resolved:
    • The message in the Errors pane is now easier to understand.
    • In the Startup checks pane, checks are now contextual, meaning that
      checks only appear if they apply for the current mode (for example, the
      SSH connection check is not displayed for multi-tenant projects).