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 ceres
There 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 install
ceres
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:
-
centerdevice
Access CenterDevice from the CLI -
completions
Generate shell completion scripts -
consul
Do stuff of consul -
health
CenterDevice Health Status -
infrastructure
Do stuff with infrastructure repos -
instances
Do stuff with instances -
ops
Do ops stuff -
statuspages
Status information from statuspage.io -
stories
Manage stories
See the man page for details.