From issues-return-41059-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Nov 6 15:24:18 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C2783180651 for ; Wed, 6 Nov 2019 16:24:17 +0100 (CET) Received: (qmail 89639 invoked by uid 500); 6 Nov 2019 15:24:17 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 89630 invoked by uid 99); 6 Nov 2019 15:24:17 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2019 15:24:17 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bopenwhisk=5D_rabbah_commented_on_a_change_in_pu?= =?utf-8?q?ll_request_=234713=3A_Document_optional_=2Ewskprops_related_to_?= =?utf-8?q?provider-specific_API_Gateway_=E2=80=A6?= Message-ID: <157305385709.9300.3542409463712156884.gitbox@gitbox.apache.org> Date: Wed, 06 Nov 2019 15:24:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit rabbah commented on a change in pull request #4713: Document optional .wskprops related to provider-specific API Gateway … URL: https://github.com/apache/openwhisk/pull/4713#discussion_r343156793 ########## File path: docs/cli.md ########## @@ -51,10 +51,25 @@ you can run the following command from your `openwhisk` directory: ./bin/wsk property set --auth `cat ansible/files/auth.guest` ``` -**Tip:** The OpenWhisk CLI stores the properties set in `~/.wskprops` by default. The location of this file can be altered by setting the `WSK_CONFIG_FILE` environment variable. +**Tip:** The OpenWhisk CLI stores properties in the `~/.wskprops` configuration file by default. The location of this file can be altered by setting the `WSK_CONFIG_FILE` environment variable. + +The required properties described above have the following keys in the `.wskprops` file: + +- **APIHOST** - Required key for the API host value. +- **AUTH** - Required key for the Authorization key. To verify your CLI setup, try [creating and running an action](./samples.md). +### Optional Whisk Properties + +Some OpenWhisk providers make use of optional properties that can be added to the `.wskprops` file. The following keys are optional: + +- **NAMESPACE** - Optional, provider-relative identifier for a namespace to be used when managing OpenWhisk entities (e.g. Actions, Triggers, Rules, etc.) with the CLI. Review comment: but gone/ignored by the cli itself https://github.com/apache/openwhisk-cli/pull/434/files ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services