mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-10 22:44:14 +00:00
Merge pull request #145 from resin-io/jviotti/fix/logs-help-indentation
Fix logs command help string indentation
This commit is contained in:
commit
83382cc8f7
@ -5,21 +5,21 @@ module.exports =
|
|||||||
signature: 'logs <uuid>'
|
signature: 'logs <uuid>'
|
||||||
description: 'show device logs'
|
description: 'show device logs'
|
||||||
help: '''
|
help: '''
|
||||||
Use this command to show logs for a specific device.
|
Use this command to show logs for a specific device.
|
||||||
|
|
||||||
By default, the command prints all log messages and exit.
|
By default, the command prints all log messages and exit.
|
||||||
|
|
||||||
To continuously stream output, and see new logs in real time, use the `--tail` option.
|
To continuously stream output, and see new logs in real time, use the `--tail` option.
|
||||||
|
|
||||||
Note that for now you need to provide the whole UUID for this command to work correctly.
|
Note that for now you need to provide the whole UUID for this command to work correctly.
|
||||||
|
|
||||||
This is due to some technical limitations that we plan to address soon.
|
This is due to some technical limitations that we plan to address soon.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828
|
$ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828
|
||||||
$ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --tail
|
$ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --tail
|
||||||
'''
|
'''
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
signature: 'tail'
|
signature: 'tail'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user