simskij / reliably-cli

Reliability as Code: SRE automation at the tip of your fingers

Home Page:https://reliably.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Reliably CLI

Release Go Report Card Build GitHub issues License Go Version

InstallationDocumentationChangeLogCredits


What does Reliably do for you?

Here is a really quick recap of the main features that will help you bringing reliability to your daily activities:

  • Populate objectives automatically from AWS, Google Cloud, Kubernetes, GitHub and more
  • Run an agent that updates these objectives for you at regular interval
  • Run verifications (via Chaos Engineering experiments) to explore conditions on your system
  • Fetch the latest status for objectives and score-cards to bring reliability into your automation
  • Manage your Reliably organisations
  • Run from anywhere, including your CI/CD

Installation

Reliably CLI is available for macOS, Linux and Windows as downloadable binaries from the releases page.

Please see the documentation for further details.

Usage

Reliably is a CLI and runs from anywhere you can execute its binary. From your terminal or embedded into a CI/CD pipeline for instance.

$ reliably 
The Reliably Command Line Interface (CLI).

Usage:
  reliably [command]

Available Commands:
  agent        runs in agent mode sending SLIs to Reliably
  auth         Login, logout, and verify your authentication
  completion   Generate shell completion scripts
  help         Help about any command
  org          Manage your organizations
  populate     populate your reliably environment
  status       retrieve the status of score cards and objectives
  update       Updates Reliably CLI
  verification verification root command

Flags:
      --help           help for reliably
      --no-color       Disable color output
  -v, --verbose        verbose output
      --version        version for reliably
  -V, --very-verbose   very verbose output

Use "reliably [command] --help" for more information about a command.

Environment variables:
  See 'reliably environment --help' for the list of supported environment variables.

Feedback:
  You can provide with feedback or report an issue at https://github.com/reliablyhq/cli/issues/new

Please follow the guidelines to walk you through Reliably's main features.

Credits

This repository contains code from the Reliably CLI project as well as some open-source works:

About

Reliability as Code: SRE automation at the tip of your fingers

https://reliably.com

License:Apache License 2.0


Languages

Language:Go 97.9%Language:Shell 0.9%Language:Open Policy Agent 0.5%Language:Makefile 0.3%Language:Smarty 0.3%Language:Awk 0.1%Language:Dockerfile 0.1%Language:HCL 0.1%