Skip to content

Commit 8416e83

Browse files
authored
Update README.md
1 parent 05445e0 commit 8416e83

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# devops-cli
1+
# Devops CLI: A tool to do DevOps in style
2+
3+
A plugin based TUI to interact with cloud tools & services, intended for devops/platform engineers.
4+
5+
## This project aims to achieve the following:
6+
- Improved debugging
7+
- Imporved development agility
8+
9+
## Installation
10+
Linux
11+
12+
`curl https://storage.googleapis.com/devops-cli-artifacts/releases/devops/0.1.0/install.sh | sudo bash`
13+
14+
## Supported Plugins
15+
- Kubernetes
16+
- AWS (WIP)
17+
18+
### Kubernetes Features
19+
- View & search all cluster resources
20+
- View YAML of specfic resource
21+
- Describe any resource
22+
- View logs of pod

0 commit comments

Comments
 (0)