You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've worked out a minimal snapcraft yaml file (assuming it is included in this repo as snap/snapcraft.yaml):
name: gotify-clisummary: A command line interface for pushing messages to gotify/server.description: | Gotify-CLI is a command line client for pushing messages to gotify/server.version: gitgrade: stablebase: core20confinement: strictapps:
gotify-cli:
command: bin/cliplugs: [network]parts:
gotify-cli:
plugin: gosource: .
This was enough for me to build it locally, install it and test the init/config/push functionalities. The version command only spits unknowns tho. Furthermore some of the proposed path for the config file are most likely not exposed by default to the snap.
The text was updated successfully, but these errors were encountered:
Hi,
Would you consider distributing this CLI tool as a snap?
This would make it much simpler to install on a bunch of distros, e.g.
snap install gotify-cli ... gotify-cli push "Hello World"
I've worked out a minimal snapcraft yaml file (assuming it is included in this repo as
snap/snapcraft.yaml
):This was enough for me to build it locally, install it and test the
init/config/push
functionalities. Theversion
command only spitsunknown
s tho. Furthermore some of the proposed path for the config file are most likely not exposed by default to the snap.The text was updated successfully, but these errors were encountered: