Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krismorte/kcli

Repository made by k-cli
https://github.com/krismorte/kcli

aws cli go golang sqlite3

Last synced: 29 days ago
JSON representation

Repository made by k-cli

Awesome Lists containing this project

README

        

# k-cli

The main goal here is build a personal CLI to help the developer's life :D

## Build the CLI

`git clone https://github.com/krismorte/kcli`

`go build -o kcli main.go`

`sudo chmod +x kcli && mv kcli /usr/bin/`

## How to use

Creating repositories in Github and Bitbucket

`kcli repo github conf -t `

`kcli repo github new -n `

`kcli repo bitbucket conf -u -p `

`kcli repo bitbucket new -n `

## TODO

| Provider | Action | Status |
| ------------- |:-------------:| -----:|
| github | Create Repo | OK |
| bitbucket | Create Repo | OK |
| AWS | Create Bucket | --- |
| AWS | Upalod to Bucket | --- |
| AWS | Start/Stop RDS | --- |