Skip to content

Create CSync CLI for ow functions #107

@narinearraul

Description

@narinearraul
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions