shell icon indicating copy to clipboard operation
shell copied to clipboard

fsh app commands should not rely on low-level wsk.ow

Open lionelvillard opened this issue 7 years ago • 1 comments

in order for the project plugin to work with apps, the fsh app commands should use the shell commands (e.g wsk action create)

lionelvillard avatar Feb 23 '18 20:02 lionelvillard

the way it's currently implemented, the app code is in-memory. There are at least 2 solutions:

  • serialize it and call wsk action create/update name app.js
  • extend wsk action to support inline code , eg: wsk action create/update name code --inline

maybe the second one is best?

lionelvillard avatar Feb 28 '18 19:02 lionelvillard