Please add my PackageCloud open source repository and install ceres via apt.
curl -s https://packagecloud.io/install/repositories/centerdevice/opensource/script.deb.sh | sudo bash
sudo apt-get install ceresThere are binaries available at the GitHub release page. The binaries are compiled on Ubuntu.
There are binaries available at the GitHub release page.
First, install Rustup to install a Rust compiler.
First, install Rustup to install a Rust compiler.
cargo install ceres --git https://github.com/centerdevice/ceres
First, install Rustup to install a Rust compiler.
git clone https://github.com/centerdevice/ceres
cd ceres
make installceres requires a configuration file in order to load profiles. By default, ceres tries to read ~/.ceres.conf. See this example for an example configuration and the corresponding configuration description.
Ceres currently supports the following modules:
-
centerdeviceAccess CenterDevice from the CLI -
completionsGenerate shell completion scripts -
consulDo stuff of consul -
healthCenterDevice Health Status -
infrastructureDo stuff with infrastructure repos -
instancesDo stuff with instances -
opsDo ops stuff -
statuspagesStatus information from statuspage.io -
storiesManage stories
See the man page for details.