Deprecate notes command in favor of device note

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-26 12:45:48 -04:00
parent 9d3f9128a8
commit 8be069dbdb
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.