aie-emu

command module
v0.0.0-...-1ea49b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2020 License: MIT Imports: 4 Imported by: 0

README

aie-emu

Build Status

Description

aie-emu is CLI tools for get a list of AWS IAM Users.
Using aws-sdk-go written by golang.

aie-emu output some format.
Now supported csv, Markdown, and Markdown Extra.

Install

  • Go get
go get github.com/sfuruya0612/aie-emu
  • Build from source
git clone https://github.com/sfuruya0612/aie-emu.git
cd aie-emu
make install

Usage

Help
$ aie-emu -h
NAME:
   aie-emu

USAGE:
   aie-emu [global options] command [command options] [arguments...]

VERSION:
   20.2.1

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --profile value, -p value  AWS credential (~/.aws/config) or read AWS_PROFILE environment variable (default: "default") [$AWS_PROFILE]
   --output value, -o value   (default: "stdout")
   --help, -h                 show help
   --version, -v              print the version
Example

Set AWS_PROFILE

  • Export environment variable.(export AWS_PROFILE=<Your Credential>)
  • Commands Option.(aie-emu -p <Your Credential>)
# stdout
$ aie-emu
# csv
$ aie-emu -o csv
# Markdown
$ aie-emu -o md
# Markdown Extra
$ aie-emu -o ex

License

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL