diff --git a/docs/balena-cli.md b/docs/balena-cli.md index dfcb54da..66198a97 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -1554,7 +1554,7 @@ output boolean indicating local mode status ### Aliases -- `logs` +- `logs` *(deprecated)* To use one of the aliases, replace `device logs` with the alias. diff --git a/src/commands/device/logs.ts b/src/commands/device/logs.ts index 4903482d..12d93851 100644 --- a/src/commands/device/logs.ts +++ b/src/commands/device/logs.ts @@ -24,6 +24,7 @@ const MAX_RETRY = 1000; export default class DeviceLogsCmd extends Command { public static aliases = ['logs']; + public static deprecateAliases = true; public static description = stripIndent` Show device logs.