1.0.26 • Published 6 years ago

clay-run v1.0.26

Weekly downloads
131
License
MIT
Repository
-
Last release
6 years ago

clay

Quickly connect apps and custom code to create automated workflows and build tools for your team. Learn more about at clay.run.

Docs

Login

This CLI supports password-less authentication.

$ clay login

   Login using password-less authentication.
   
$ clay logout

   Log out of the CLI.
   
$ clay who
   
   Print out who is currently logged in the CLI.

Functions

$ clay functions list
        
   Get a list of all the functions inside your 
   Clay account.
        
$ clay functions call Theo/echo '{"hello":"world"}'

   Call the function on the Clay cloud and 
   send the payload {"hello":"world"} as
   body.

$ clay clone Theo/echo

   Clone a function and edit locally.
   
$ clay deploy

   Deploy a function after cloning and editing
   locally.
   
$ clay envs

   List all the environment variables for the 
   current function.
   
$ clay serve

   Serve the current lambda through a proxy.

$ clay invoke local

   Invokes the currnet lambda.

$ clay invoke [-f functionName]

   Invoke a Clay function through the exec.clay.run endpoint.

$ clay apps test [-t triggerName] [-a actionName] 

   Test a trigger or action from a lambda app.

Workspaces

Switch between workspaces and your personal account.

$ clay workspaces list
     
   List of all the workspaces you have access to.
   
$ clay workspaces set

   Switch to any of the workspaces you have
   access to.
   
$ clay workspaces personal

   Go back to your private account.
   
$ clay workspaces create <name>

   Create a new workspace.

Bases

$ clay bases
    
    List all the bases in the current workspace.
    
$ clay tables 

    Show all the tables for the current base.
    
$ clay describe -n <table name>

    Show all the columns for the provided
    table.
    
$ clay create -n <name>

    Create a new base.

Learn more about the Clay.run API here.

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.24

8 years ago

0.4.23

8 years ago

0.4.21

8 years ago

0.4.20

8 years ago

0.4.19

8 years ago

0.4.18

8 years ago

0.4.17

8 years ago

0.4.15

8 years ago

0.4.14

8 years ago

0.4.13

8 years ago

0.4.12

8 years ago

0.4.11

8 years ago

0.4.10

8 years ago

0.4.9

8 years ago

0.4.8

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago