We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05445e0 commit 8416e83Copy full SHA for 8416e83
README.md
@@ -1 +1,22 @@
1
-# devops-cli
+# 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