We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab688cc commit 9dc54d4Copy full SHA for 9dc54d4
README.md
@@ -119,10 +119,23 @@ To obtain the Jenkins API token
119
`~/.ncurc.gpg` or `$XDG_CONFIG_HOME/ncurc.gpg`) with `jenkins_token` as key,
120
like this:
121
122
+ <details open name="set-jenkins-token"><summary>With encryption (recommended)</summary>
123
+
124
```sh
125
ncu-config set -x jenkins_token
126
```
127
128
+ Note: Encryption is available only if you have `gpg` setup on your machine.
129
130
+ </details>
131
+ <details name="set-jenkins-token"><summary>Without encryption</summary>
132
133
+ ```sh
134
+ ncu-config set jenkins_token
135
+ ```
136
137
138
139
### Protecting your credentials
140
141
Put the following entries into your
0 commit comments