From 5a52dfe3f902480dd3a461721a6adf75a02df1f0 Mon Sep 17 00:00:00 2001 From: Russell Seymour Date: Fri, 20 Jan 2017 16:53:58 +0000 Subject: [PATCH] Tidied up syntax for command Signed-off-by: Russell Seymour --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91adc473a..8b4c1f421 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,10 @@ It is possible to not have a credentials file at all and specify all of the requ For example: ```bash -AZURE_SUBSCRIPTION_ID="2fbdbb02-df2e-11e6-bf01-fe55135034f3" AZURE_CLIENT_ID="58dc4f6c-df2e-11e6-bf01-fe55135034f3" AZURE_CLIENT_SECRET="Jibr4iwwaaZwBb6W" AZURE_TENANT_ID="6ad89b58-df2e-11e6-bf01-fe55135034f3" inspec exec inspec-azure +AZURE_SUBSCRIPTION_ID="2fbdbb02-df2e-11e6-bf01-fe55135034f3" \ +AZURE_CLIENT_ID="58dc4f6c-df2e-11e6-bf01-fe55135034f3" \ +AZURE_CLIENT_SECRET="Jibr4iwwaaZwBb6W" \ +AZURE_TENANT_ID="6ad89b58-df2e-11e6-bf01-fe55135034f3" inspec exec inspec-azure ``` ## Use the resources