mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
Add 'scan' command to the website reference documentation
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
parent
ab5815c277
commit
462b41b4ea
@ -74,8 +74,12 @@ const capitanoDoc = {
|
||||
files: ['build/actions/logs.js'],
|
||||
},
|
||||
{
|
||||
title: 'SSH',
|
||||
files: ['build/actions/ssh.js', 'build/actions/tunnel.js'],
|
||||
title: 'Network',
|
||||
files: [
|
||||
'build/actions/scan.js',
|
||||
'build/actions/ssh.js',
|
||||
'build/actions/tunnel.js',
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Notes',
|
||||
|
@ -137,8 +137,9 @@ If you come across any problems or would like to get in touch:
|
||||
|
||||
- [logs <uuidOrDevice>](#logs-uuidordevice)
|
||||
|
||||
- SSH
|
||||
- Network
|
||||
|
||||
- [scan](#scan)
|
||||
- [ssh <applicationOrDevice> [serviceName]](#ssh-applicationordevice-servicename)
|
||||
- [tunnel <uuid>](#tunnel-uuid)
|
||||
|
||||
@ -870,7 +871,26 @@ This can be used in combination with --system or other --service flags.
|
||||
|
||||
Only show system logs. This can be used in combination with --service.
|
||||
|
||||
# SSH
|
||||
# Network
|
||||
|
||||
## scan
|
||||
|
||||
|
||||
Examples:
|
||||
|
||||
$ balena scan
|
||||
$ balena scan --timeout 120
|
||||
$ balena scan --verbose
|
||||
|
||||
### Options
|
||||
|
||||
#### --verbose, -v
|
||||
|
||||
Display full info
|
||||
|
||||
#### --timeout, -t <timeout>
|
||||
|
||||
Scan timeout in seconds
|
||||
|
||||
## ssh <applicationOrDevice> [serviceName]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user