Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CSync CLI for ow functions #107

Open
2 tasks
narinearraul opened this issue May 30, 2017 · 0 comments
Open
2 tasks

Create CSync CLI for ow functions #107

narinearraul opened this issue May 30, 2017 · 0 comments

Comments

@narinearraul
Copy link
Member

  • csync create function <name>
    This will generate a file hierarchy similar to this:

       csync-functions
       ---> functionName
               ---> index.js
               ---> package.json
       ---> config.json
    
  • csync deploy function [<name>]

  • Read from config.json

  • Get folder with the specified function name or all if none is specified

  • run npm install

  • create zip

  • upload zip to ow

  • register action on csync server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant