mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-24 21:09:54 +00:00
Deprecate keys
command in favor of key list
Change-type: patch
This commit is contained in:
parent
35dce4579a
commit
3251f04287
@ -3803,8 +3803,8 @@ balenaCloud ID for the SSH key
|
|||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
- `keys`
|
- `keys` *(deprecated)*
|
||||||
- `key list`
|
- `key list` *(deprecated)*
|
||||||
|
|
||||||
|
|
||||||
To use one of the aliases, replace `ssh-key list` with the alias.
|
To use one of the aliases, replace `ssh-key list` with the alias.
|
||||||
|
@ -21,6 +21,7 @@ import { getBalenaSdk, getVisuals, stripIndent } from '../../utils/lazy';
|
|||||||
|
|
||||||
export default class SSHKeyListCmd extends Command {
|
export default class SSHKeyListCmd extends Command {
|
||||||
public static aliases = ['keys', 'key list'];
|
public static aliases = ['keys', 'key list'];
|
||||||
|
public static deprecateAliases = true;
|
||||||
|
|
||||||
public static description = stripIndent`
|
public static description = stripIndent`
|
||||||
List the SSH keys in balenaCloud.
|
List the SSH keys in balenaCloud.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user