Snapcraft cloud parts for snaps using the Liri Platform snap
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