File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,12 @@ scala-cli --power config --password github.token
85
85
86
86
</ChainedSnippets >
87
87
88
- Use ` --create-key ` to create a PGP key pair, protected by a randomly-generated password, to
88
+ Use ` --create-pgp- key ` to create a PGP key pair, protected by a randomly-generated password, to
89
89
be used by the ` publish setup ` sub-command:
90
90
``` sh
91
- scala-cli config --create-key
91
+ scala-cli --power config --create-pgp- key --email " some_email "
92
92
```
93
+ The ` --email ` option or ` publish.user.email ` has to be specified for this subcommand to work properly.
93
94
94
95
Configuration values are stored in a directory under your home directory, with restricted permissions:
95
96
- on macOS: ` ~/Library/Application Support/ScalaCli/secrets/config.json `
You can’t perform that action at this time.
0 commit comments