You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,25 +30,25 @@ See the [getting started guide](https://docs.chainloop.dev/getting-started/insta
30
30
To **install the latest version** for macOS, Linux or Windows (using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)) just choose one of the following installation methods.
if [`cosign`](https://docs.sigstore.dev/cosign) is present in your system, in addition to the checksum check, a signature verification will be performed. This behavior can be enforced via the `--force-verification` flag.
Chainloop is under active development, please don't use it as part of your critical infrastructure until it reaches the 1.0 release.
9
+
:::
10
+
11
+
First of all, **thank you for trying out Chainloop**! Although we are in the early stages, we are hungry for feedback so **your contribution as an early user is invaluable**.
12
+
13
+
If you have chosen to giving Chainloop a try, this page is for you. It will contain tips, caveats and other pieces of information related to the beta testing process.
14
+
15
+
### CLI graceful exit
16
+
17
+
Although Chainloop is under active development, we want you to try it out and integrate it into your CI/CD systems safely.
18
+
19
+
That's why the `attestation` subcommand will **by default exit 0** in the case of an error. This option will make sure that your CI/CD pipelines will keep working during potential transient errors.
20
+
21
+
If you feel adventurous and want to make sure that the attestation process is finished correctly, you can override this behavior by setting the flag `--graceful-exit=false`
22
+
23
+
```bash
24
+
$ chainloop att
25
+
Usage:
26
+
chainloop attestation [command]
27
+
28
+
Aliases:
29
+
attestation, att
30
+
31
+
Available Commands:
32
+
...
33
+
34
+
Flags:
35
+
# highlight-next-line
36
+
--graceful-exit exit 0 incase of error. NOTE: this behavior will change once 1.0 is reached (default true)
37
+
```
38
+
39
+
### Contact/Feedback
40
+
41
+
We would love to hear from you, any thoughts, requests, issues your encountered, or even compliments :)
42
+
43
+
Please send those our way through [this contact form](https://chainloop.dev/contact) or [email](mailto:[email protected]).
0 commit comments