Skip to content

sovera-dev/sovera-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pulse

version CI release coverage license

Pulse is Sovera's cross-platform CLI for syncing Markdown documentation to and from Confluence. It ships as a single self-contained binary for macOS, Linux and Windows (amd64 and arm64).

Install

macOS / Linux (Homebrew)

Pulse ships as a Cask in the sovera-dev tap. Recent Homebrew asks you to trust a third-party tap's cask once before installing:

brew trust --cask sovera-dev/tap/pulse   # one-time, removes the "untrusted tap" error
brew install --cask pulse

macOS / Linux (install script)

curl -fsSL https://github.com/sovera-dev/sovera-toolkit/releases/latest/download/install.sh | sh

Windows (Scoop)

scoop bucket add sovera https://github.com/sovera-dev/scoop-bucket
scoop install pulse

Windows (winget)

winget install Sovera.Pulse

Windows (install script)

irm https://github.com/sovera-dev/sovera-toolkit/releases/latest/download/install.ps1 | iex

Linux packages

.deb, .rpm and .apk packages are attached to every release.

Quick start

pulse version            # confirm the install
pulse confluence login   # authenticate against Confluence

Run pulse --help for the full command reference.

Documentation

The engineering guides under docs/ are the source of truth for the architecture, CLI/TUI conventions, configuration, distribution and testing of this toolkit.

License

Released under the MIT License.

About

Repository for managing Pulse installation binaries

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors