glue command to locally test your glue scripts and deploy them.
1
Install the CLI
This will let you use the
glue command to locally test your glue scripts and deploy them.2
Sign in or sign up
Glue supports multiple users with Google authentication. You can always switch or sign in with:
Shell
3
Init a new glue
Glues are just plain TypeScript files that import the Glue runtime. You can create from scratch, template or AI using:
Shell