Skip to content
forked from ThayerPrime/cli

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

License

Notifications You must be signed in to change notification settings

Cloudologia/cli

 
 

Repository files navigation


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:

  • Declare and Report on your SLO
  • Scan for reliability risks in your Kubernetes manifests
  • Run from anywhere, including your CI/CD so that you can run reliability checks

Installation

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

Reliably can also be installed as a Krew plugin.

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:
  auth        Login, logout, and verify your authentication
  completion  Generate shell completion scripts
  history     Show your scan history
  scan        Check for Reliably Suggestions
  slo         service level objective commands
  workflow    Setup your Reliably workflow

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

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.5%
  • Shell 1.7%
  • Open Policy Agent 0.9%
  • Makefile 0.5%
  • Awk 0.2%
  • Dockerfile 0.1%
  • HCL 0.1%