mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Deprecate notes
command in favor of device note
Change-type: patch
This commit is contained in:
parent
9d3f9128a8
commit
8be069dbdb
@ -1655,7 +1655,7 @@ fleet name or slug (preferred)
|
||||
|
||||
### Aliases
|
||||
|
||||
- `notes`
|
||||
- `notes` *(deprecated)*
|
||||
|
||||
|
||||
To use one of the aliases, replace `device note` with the alias.
|
||||
|
@ -22,6 +22,7 @@ import { getBalenaSdk, stripIndent } from '../../utils/lazy';
|
||||
|
||||
export default class DeviceNoteCmd extends Command {
|
||||
public static aliases = ['notes'];
|
||||
public static deprecateAliases = true;
|
||||
|
||||
public static description = stripIndent`
|
||||
Set a device note.
|
||||
|
Loading…
Reference in New Issue
Block a user