coder/docs/cli/publickey.md

34 lines
513 B
Markdown
Raw Permalink Normal View History

2023-02-23 01:53:21 +00:00
<!-- DO NOT EDIT | GENERATED CONTENT -->
# publickey
2023-01-27 18:10:40 +00:00
Output your Coder public key used for Git operations
Aliases:
- pubkey
2023-02-23 01:53:21 +00:00
## Usage
```console
2023-01-27 18:10:40 +00:00
coder publickey [flags]
```
## Options
2023-01-27 18:10:40 +00:00
2023-02-23 01:53:21 +00:00
### --reset
2023-01-27 18:10:40 +00:00
| | |
| ---- | ----------------- |
| Type | <code>bool</code> |
2023-02-23 01:53:21 +00:00
Regenerate your public key. This will require updating the key on any services it's registered with.
### -y, --yes
| | |
| ---- | ----------------- |
| Type | <code>bool</code> |
Bypass prompts.