Skip to content

DevopsArtFactory/bigshot

Repository files navigation

[PREVIEW] bigshot

bigshot is an open source resource audit tool. When you want to get all list of infrastructure resources in cloud provider, then you could use bigshot to easily get list of all resources. For better security, it is important to check infrastructures.

Important Notice

  • Currently bigshot only supports AWS resources.

Install

  • macOS user
# Using cURL
curl -Lo bigshot https://devopsartfactory.s3.ap-northeast-2.amazonaws.com/bigshot/releasees/latest/bigshot-linux-amd64
sudo install bigshot /usr/local/bin/
bigshot version

# Using brew
brew tap devopsartfactory/devopsart
brew install bigshot
bigshot version
  • Linux user
curl -Lo bigshot https://devopsartfactory.s3.ap-northeast-2.amazonaws.com/bigshot/releasees/latest/bigshot-linux-amd64
sudo install bigshot /usr/local/bin/
bigshot version

Auto completion

  • zsh
    • This is recommended.
$ echo "source <(bigshot completion zsh)" >> ~/.zshrc
$ source  ~/.zshrc
  • bash
$ echo "source <(bigshot completion bash)" >> ~/.bash_rc or ~/.bash_profile
$ source  ~/.bashrc

Commands

Opensource cloud resources audit and management tool

checking all resources in cloud provider
  list        list infrastructure resources in AWS

Other Commands:
  completion  Output shell completion for the given shell (bash or zsh)
  version     Print the version information

Usage:
  bigshot [flags] [options]

Use "bigshot <command> --help" for more information about a given command.

Contribution Guide

About

open source synthetic alike with AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published