0.1.2 • Published 5 months ago

appsync-butler v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

AppSync Butler CLI

AppSync Butler is an AppSync (GraphQL) API development framework, compatible with AWS Cloud Development Kit and Serverless Stack Toolkit. Visit the homepage for more information.

CLI to install AppSync Butler and setup the directory structure.

Usage

$ npx appsync-butler --help
Usage: appsync-butler [options] [command]

Bootstrap or manage your appsync buttler application

Options:
  -V, --version                             output the version number
  -h, --help                                display help for command

Commands:
  bootstrap [options] [-- TOOLKIT_ARGS...]  Bootstrap an CDK/SST application coupled with AppSync Butler
  help [command]                            display help for command
$ npx appsync-butler bootstrap --help
Usage: appsync-butler bootstrap [options] [-- TOOLKIT_ARGS...]

Bootstrap an CDK/SST application coupled with AppSync Butler

Arguments:
  -- TOOLKIT_ARGS        Arguments to pass for the underlying toolkit init command. Make sure to pass the args
                         after -- E.g. -t cdk -- --language=typescript Please do not pass anything here
                         related to the target destination directory, doing so would result in undefined
                         behavior. This can be used to specify the CDK language option or the SST template
                         name.

Options:
  -t, --toolkit <tk>     Toolkit to install (choices: "cdk", "sst", "none")
  -d, --directory <dir>  Directory to setup the application in
  -h, --help             display help for command
0.1.2

5 months ago

0.1.1

3 years ago

0.1.0

3 years ago