Remove outdated uuid checking help message

This commit is contained in:
Juan Cruz Viotti 2015-04-27 10:51:26 -04:00
parent b2bce3c4ac
commit 84900aa588
3 changed files with 12 additions and 14 deletions

View File

@ -10,7 +10,7 @@
exports.logs = { exports.logs = {
signature: 'logs <uuid>', signature: 'logs <uuid>',
description: 'show device logs', description: 'show device logs',
help: 'Use this command to show logs for a specific device.\n\nBy default, the command prints all log messages and exit.\n\nTo limit the output to the n last lines, use the `--num` option along with a number.\nThis is similar to doing `resin logs <uuid> | tail -n X`.\n\nTo continuously stream output, and see new logs in real time, use the `--tail` option.\n\nNote that for now you need to provide the whole UUID for this command to work correctly,\nand the tool won\'t notice if you\'re using an invalid UUID.\n\nThis is due to some technical limitations that we plan to address soon.\n\nExamples:\n\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --num 20\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --tail', help: 'Use this command to show logs for a specific device.\n\nBy default, the command prints all log messages and exit.\n\nTo limit the output to the n last lines, use the `--num` option along with a number.\nThis is similar to doing `resin logs <uuid> | tail -n X`.\n\nTo continuously stream output, and see new logs in real time, use the `--tail` option.\n\nNote that for now you need to provide the whole UUID for this command to work correctly.\n\nThis is due to some technical limitations that we plan to address soon.\n\nExamples:\n\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --num 20\n $ resin logs 23c73a12e3527df55c60b9ce647640c1b7da1b32d71e6a39849ac0f00db828 --tail',
options: [ options: [
{ {
signature: 'num', signature: 'num',

View File

@ -26,10 +26,10 @@ Now you have access to all the commands referenced below.
- Authentication - Authentication
- [whoami](#/pages/using/cli.md#whoami)
- [login [token]](#/pages/using/cli.md#login-token-) - [login [token]](#/pages/using/cli.md#login-token-)
- [logout](#/pages/using/cli.md#logout) - [logout](#/pages/using/cli.md#logout)
- [signup](#/pages/using/cli.md#signup) - [signup](#/pages/using/cli.md#signup)
- [whoami](#/pages/using/cli.md#whoami)
- Device - Device
@ -197,14 +197,6 @@ Examples:
# Authentication # Authentication
## whoami
Use this command to find out the current logged in username.
Examples:
$ resin whoami
## login [token] ## login [token]
Use this command to login to your resin.io account. Use this command to login to your resin.io account.
@ -258,6 +250,14 @@ user name
user password user password
## whoami
Use this command to find out the current logged in username.
Examples:
$ resin whoami
# Device # Device
## devices ## devices
@ -574,8 +574,7 @@ This is similar to doing `resin logs <uuid> | tail -n X`.
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.
and the tool won't notice if you're using an invalid UUID.
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.

View File

@ -16,8 +16,7 @@ exports.logs =
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.
and the tool won't notice if you're using an invalid UUID.
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.