Skip to content
Last update: March 25, 2024

Edge Releases

In this guide, we will explore how to automate the installation and update processes for the latest edge release of Virto Commerce using Virto Commerce CLI (vc-build).

Readmore Install and use Virto Commerce CLI

Install Latest Edge Release

To install the latest edge release:

  1. Create a clean folder for Virto Commerce, e.g., C:\vc-platform-edge
  2. In the command prompt, navigate to your vc-platform folder:

    cd C:\vc-platform-edge
    
  3. Install the latest edge release for the platform and modules:

    vc-build install -edge
    

    Note

    Running vc-build install installs latest stable release.

The latest edge release has been installed.

Update to Latest Edge Release

To update to the latest edge release:

  1. In the command line, go to the vc-platform folder:

    cd C:\vc-platform-edge
    
  2. Install the latest edge release for the platform and modules from the commerce bundle:

    vc-build update -edge
    

The edge release has been updated.