Commit 6c3f04f 1 parent a774057 commit 6c3f04f Copy full SHA for 6c3f04f
File tree 1 file changed +27
-3
lines changed
1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 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/ ) .
4
28
You can use the sloctl CLI for creating or updating multiple SLOs and
5
29
objectives at once as part of CI/CD.
6
30
You can’t perform that action at this time.
0 commit comments