mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-06 02:46:39 +00:00
Deprecate logs
command in favor of device logs
Change-type: patch
This commit is contained in:
parent
3fa668665c
commit
d3c5e787c5
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user