Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krismorte/kcli
- Owner: krismorte
- Created: 2019-07-21T17:06:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T15:06:48.000Z (over 4 years ago)
- Last Synced: 2024-08-03T23:19:16.140Z (4 months ago)
- Topics: aws, cli, go, golang, sqlite3
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-golang-repositories - kcli - cli (Repositories)
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 | --- |