Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 1f75d45

Browse files
committed
Initial commit
0 parents  commit 1f75d45

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Test binary, built with `go test -c`
9+
*.test
10+
11+
12+
# Output of the go coverage tool, specifically when used with LiteIDE
13+
*.out
14+
coverage.txt
15+
16+
# Dependency directories (remove the comment below to include it)
17+
vendor/
18+
19+
# IDE cache and settings
20+
.idea
21+
.vscode

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# KOPS Command Line Tool
2+
3+
The Kops-cli provides the functionality to deploy your applications seamlessly on
4+
cloud using kops - simplified devops.

0 commit comments

Comments
 (0)