cli
cli copied to clipboard
Command Line Interface (CLI) and GitHub Actions workflow for Screenly.
Testing fix to linter
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
Adds: test to ensure null is detected a change.
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...
When you run `edge-app run` as follows, we just print the URL: ```bash $ screenly edge-app run Edge App emulator is running at http://127.0.0.1:51265/edge/1/index.html ``` It would be handy if...
Here's the output of the version list command: ```bash $ screenly edge-app version list +----------+---------------------------------------+-----------+-----------+ | Revision | Description | Published | Channels | +----------+---------------------------------------+-----------+-----------+ | 1 | Displays the...
We currently show an empty table: ```bash $ screenly edge-app list +----+-------+ | Id | Title | +----+-------+ ``` Instead we should probably show a text message saying 'No Edge...
I am getting errors while installing cli via brew, and I noticed that it's fetching the cli **v0.2.5** not the latest **v0.2.6** ``` brew install screenly-cli ==> Downloading https://formulae.brew.sh/api/formula.jws.json ##########################################################################################################################...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...
My intuition tells me I must set the secret value in the config file, but that's wrong. In the help text, I clarify how to instantiate the secret value. ##...