From 42b2e2fcf06519cda18eb7881a8e4f7e1fe766a1 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 20 Apr 2015 09:14:47 -0400 Subject: [PATCH] Regenerate documentation --- doc/cli.markdown | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/cli.markdown b/doc/cli.markdown index 3d902bdd..a28f8856 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -83,7 +83,7 @@ Now you have access to all the commands referenced below. - 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-) - 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: - https://staging.resin.io/preferences + https://dashboard.resin.io/preferences Examples: @@ -358,9 +358,9 @@ You can omit network related options to be asked about them interactively. Examples: $ resin device init - $ resin device init --application 91 - $ resin device init --application 91 --network ethernet - $ resin device init /dev/disk2 --application 91 --network wifi --ssid MyNetwork --key secret + $ resin device init --application MyApp + $ resin device init --application MyApp --network ethernet + $ resin device init /dev/disk2 --application MyApp --network wifi --ssid MyNetwork --key secret ### Options @@ -618,7 +618,7 @@ device name # OS -## os download <id> +## os download <name> 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: - $ resin os download 91 --output ~/MyResinOS.zip - $ resin os download 91 --network ethernet --output ~/MyResinOS.zip - $ resin os download 91 --network wifi --ssid MyNetwork --key secreykey123 --output ~/MyResinOS.zip - $ resin os download 91 --network ethernet --output ~/MyResinOS.zip + $ resin os download MyApp --output ~/MyResinOS.zip + $ resin os download MyApp --network ethernet --output ~/MyResinOS.zip + $ resin os download MyApp --network wifi --ssid MyNetwork --key secreykey123 --output ~/MyResinOS.zip + $ resin os download MyApp --network ethernet --output ~/MyResinOS.zip ### Options