Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 3.47 KB

bosun.md

File metadata and controls

59 lines (51 loc) · 3.47 KB

bosun

Devops tool.

Synopsis

This is our tool for for devops. If you have some scripts for building, deploying, or monitoring apps you may want to add them to this tool.

Options

      --cluster string       Set to target a specific cluster.
      --config-file string   Config file for Bosun. You can also set BOSUN_CONFIG. (default "/home/steve/.bosun/bosun.yaml")
      --confirm-env string   Set to confirm that the environment is correct when targeting a protected environment.
      --dry-run              Display rendered plans, but do not actually execute (not supported by all commands).
      --force                Force the requested command to be executed even if heuristics indicate it should not be.
  -h, --help                 help for bosun
      --no-report            Disable reporting of deploys to github.
  -o, --output table         Output format. Options are table, `json`, or `yaml`. Only respected by a some commands.
      --sudo                 Use sudo when running commands like docker.
      --verbose              Enable verbose logging.
  -V, --verbose-errors       Enable verbose errors with stack traces.

SEE ALSO

  • bosun app - App commands
  • bosun app - App commands
  • bosun chores - Commands for automating tiresome tasks, like migrating bosun files.
  • bosun cluster - Commands for interacting with clusters.
  • bosun deploy - Contains commands for planning and executing a deploy.
  • bosun docker - Group of docker-related commands.
  • bosun docs - Completion and documentation generators.
  • bosun e2e - Contains sub-commands for running E2E tests.
  • bosun edit - Edits your root config, or the config of an app if provided.
  • bosun git - Git commands.
  • bosun graylog - Group of graylog-related commands.
  • bosun helm - Wrappers for custom helm commands.
  • bosun issue - Commands related to issues.
  • bosun kube - Group of commands wrapping kubectl.
  • bosun log - Commands for working with logs.
  • bosun lpass - Root command for LastPass commands.
  • bosun meta - Commands for managing bosun itself.
  • bosun mongo - Commands for working with MongoDB.
  • bosun platform - Contains platform related sub-commands.
  • bosun release - Contains sub-commands for releases.
  • bosun repo - Contains sub-commands for interacting with repos. Has some overlap with the git sub-command.
  • bosun script - Run a scripted sequence of commands.
  • bosun secrets - Root command for managing secrets commands.
  • bosun stack - Contains commands for managing a stack of apps.
  • bosun story - Commands related to stories development.
  • bosun tenant - Commands for interacting with tenants.
  • bosun tools - Commands for listing and installing tools.
  • bosun upgrade - Upgrades bosun if a newer release is available
  • bosun vault - Contains vault-related commands.
  • bosun workspace - Workspace commands configure and manipulate the bindings between app repos and your local machine.
Auto generated by spf13/cobra on 27-Oct-2021