From 0bbfbe36c746de837a409afeb726f69c2460b670 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 27 Jul 2015 22:20:50 +0300 Subject: [PATCH] Replace device name with uuid, found in resin envs examples in enviroment-variables --- build/actions/environment-variables.js | 2 +- lib/actions/environment-variables.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/actions/environment-variables.js b/build/actions/environment-variables.js index 7ed512f8..1f987fdd 100644 --- a/build/actions/environment-variables.js +++ b/build/actions/environment-variables.js @@ -14,7 +14,7 @@ exports.list = { signature: 'envs', description: 'list all environment variables', - help: 'Use this command to list all environment variables for\na particular application or device.\n\nThis command lists all custom environment variables.\nIf you want to see all environment variables, including private\nones used by resin, use the verbose option.\n\nExample:\n\n $ resin envs --application MyApp\n $ resin envs --application MyApp --verbose\n $ resin envs --device MyDevice', + help: 'Use this command to list all environment variables for\na particular application or device.\n\nThis command lists all custom environment variables.\nIf you want to see all environment variables, including private\nones used by resin, use the verbose option.\n\nExample:\n\n $ resin envs --application MyApp\n $ resin envs --application MyApp --verbose\n $ resin envs --device 7cf02a62a3a84440b1bb5579a3d57469148943278630b17e7fc6c4f7b465c9', options: [ commandOptions.optionalApplication, commandOptions.optionalDevice, { signature: 'verbose', diff --git a/lib/actions/environment-variables.coffee b/lib/actions/environment-variables.coffee index d5a6c9b4..87a779e9 100644 --- a/lib/actions/environment-variables.coffee +++ b/lib/actions/environment-variables.coffee @@ -19,7 +19,7 @@ exports.list = $ resin envs --application MyApp $ resin envs --application MyApp --verbose - $ resin envs --device MyDevice + $ resin envs --device 7cf02a62a3a84440b1bb5579a3d57469148943278630b17e7fc6c4f7b465c9 ''' options: [ commandOptions.optionalApplication