Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 657 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 657 Bytes

Snapcraft Cloud Parts

Snapcraft cloud parts for snaps using the Liri Platform snap

Usage

Liri Platform

The Liri Platform cloud parts make it a lot easier to launch snap applications depending on the Liri Platform snap.

In your snapcraft.yaml, add the liri-platform-<version> part to the list of after parts. You can then use the liri-app-launch command to run your application with the Liri Platform snap.

apps:
  app:
    # ...
    command: liri-app-launch $SNAP/bin/app
parts:
  app:
    # ...
    after: [liri-platform-<version>]

Available versions:

  • liri-platform-0-9