mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 16:13:59 +00:00
Regenerate documentation
This commit is contained in:
parent
f7256e9927
commit
42b2e2fcf0
@ -83,7 +83,7 @@ Now you have access to all the commands referenced below.
|
|||||||
|
|
||||||
- OS
|
- OS
|
||||||
|
|
||||||
- [os download <id>](#/pages/using/cli.md#os-download-60-id-62-)
|
- [os download <name>](#/pages/using/cli.md#os-download-60-name-62-)
|
||||||
- [os install <image> [device]](#/pages/using/cli.md#os-install-60-image-62-device-)
|
- [os install <image> [device]](#/pages/using/cli.md#os-install-60-image-62-device-)
|
||||||
|
|
||||||
- Plugin
|
- Plugin
|
||||||
@ -211,7 +211,7 @@ Use this command to login to your resin.io account.
|
|||||||
|
|
||||||
To login, you need your token, which is accesible from the preferences page:
|
To login, you need your token, which is accesible from the preferences page:
|
||||||
|
|
||||||
https://staging.resin.io/preferences
|
https://dashboard.resin.io/preferences
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
@ -358,9 +358,9 @@ You can omit network related options to be asked about them interactively.
|
|||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ resin device init
|
$ resin device init
|
||||||
$ resin device init --application 91
|
$ resin device init --application MyApp
|
||||||
$ resin device init --application 91 --network ethernet
|
$ resin device init --application MyApp --network ethernet
|
||||||
$ resin device init /dev/disk2 --application 91 --network wifi --ssid MyNetwork --key secret
|
$ resin device init /dev/disk2 --application MyApp --network wifi --ssid MyNetwork --key secret
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
@ -618,7 +618,7 @@ device name
|
|||||||
|
|
||||||
# OS
|
# OS
|
||||||
|
|
||||||
## os download <id>
|
## os download <name>
|
||||||
|
|
||||||
Use this command to download the device OS configured to a specific network.
|
Use this command to download the device OS configured to a specific network.
|
||||||
|
|
||||||
@ -635,10 +635,10 @@ You have to specify an output location with the `--output` option.
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ resin os download 91 --output ~/MyResinOS.zip
|
$ resin os download MyApp --output ~/MyResinOS.zip
|
||||||
$ resin os download 91 --network ethernet --output ~/MyResinOS.zip
|
$ resin os download MyApp --network ethernet --output ~/MyResinOS.zip
|
||||||
$ resin os download 91 --network wifi --ssid MyNetwork --key secreykey123 --output ~/MyResinOS.zip
|
$ resin os download MyApp --network wifi --ssid MyNetwork --key secreykey123 --output ~/MyResinOS.zip
|
||||||
$ resin os download 91 --network ethernet --output ~/MyResinOS.zip
|
$ resin os download MyApp --network ethernet --output ~/MyResinOS.zip
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user