Skip to content

knapenio/k8sacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8sacc

k8sacc is a simple wrapper around the aws and doctl command line tools. It can be configured using a simple YAML file.

Usage

CLI

k8sacc --help
Usage: k8sacc [OPTIONS] <COMMAND>

Commands:
  list      Print list of available accounts
  activate  Activate a given account
  help      Print this message or the help of the given subcommand(s)

Options:
  -c, --config <CONFIG>  Path to the configuration file [default: ~/.k8sacc]
  -h, --help             Print help information

Configuration file

-
  alias: do-example
  provider: do
  params:
    cluster: 91c7726c-1034-4318-0be1-a7e5a7bbe6dd
    # context: example
-
  alias: eks-example
  provider: eks
  params:
    name: development
    # region: eu-central-1
    # profile: example

License

This library is provided under the MIT license. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages