houshengbo commented on issue #610: Provide support for an env_variable for 
package name
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/610#issuecomment-337995219
 
 
   @beemarie @csantanapr 
   We are deprecating the format in the previous comment. Here is the new 
format looks like:
   ```
   packages:
     PACKAGE_NAME:
       version: 1.0
       license: Apache-2.0
       namespace: _
       actions:
         helloworld:
           function: actions/helloworld.js
   ```
   Do we need the package name able to read from env variable supported for the 
new format?
   Besides, is it only for package name? We also have trigger name, dependency 
name, rule name, etc.
   
   I have to say that if we support env variables to be picked up by the 
manifest, it can be even more complicated to maintain the yaml files, because 
there can be multiple env variables to manage. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to