Skip to content

Commit 6da5cf9

Browse files
authored
chore: Update README.md (#47)
## Motivation Present similar README to our SDK.
1 parent 862df14 commit 6da5cf9

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

README.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
1-
# sloctl
2-
3-
Sloctl is a command-line interface (CLI) for Nobl9.
1+
<!-- markdownlint-disable line-length html -->
2+
<h1 align="center">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/32738712/185149468-dc07f5d9-68c0-4922-a006-7baf6a08eaac.png">
5+
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/32738712/185148352-bea80385-c772-4842-8f7b-6838bb08a3f4.png">
6+
<img alt="N9" src="https://user-images.githubusercontent.com/32738712/185148352-bea80385-c772-4842-8f7b-6838bb08a3f4.png" width="500" />
7+
</picture><br/>
8+
</h1>
9+
10+
<div align="center">
11+
<table>
12+
<tr>
13+
<td>
14+
<img alt="checks" src="https://github.com/nobl9/sloctl/actions/workflows/checks.yml/badge.svg?event=push">
15+
</td>
16+
<td>
17+
<img alt="tests" src="https://github.com/nobl9/sloctl/actions/workflows/unit-tests.yml/badge.svg?event=push">
18+
</td>
19+
<td>
20+
<img alt="vulnerabilities" src="https://github.com/nobl9/sloctl/actions/workflows/vulns.yml/badge.svg?event=push">
21+
</td>
22+
</tr>
23+
</table>
24+
</div>
25+
<!-- markdownlint-enable line-length html -->
26+
27+
Sloctl is a command-line interface (CLI) for [Nobl9](https://www.nobl9.com/).
428
You can use the sloctl CLI for creating or updating multiple SLOs and
529
objectives at once as part of CI/CD.
630

0 commit comments

Comments
 (0)