Moritz Raho

Results 6 comments of Moritz Raho

Yes, the global config allows you to run some commands from anywhere in your filesystem. If we only go with local configuration users would get `.aio` files all over their...

A workaround for starting the standalone stack in wsl2 is to run the controller in a container instead of directly running the jar: https://github.com/apache/openwhisk/tree/master/core/standalone#launching-openwhisk-standalone-with-docker. This worked for me. Also see...

@purplecabbage sorry for the confusing bug description and thanks for looking into this 😄 This is about accessing environment variables in the manifest file. When there are accessed using the...

@tysonnorris yes this is supported, $VAR being an env variable. What's not supported, is what the issue mentions, i.e. multi level input objects with env vars

@shazron in that case should we mark this as an enhancement instead of a bug? As the openwhisk api seems to support multi level input objects, it would be nice...