Skip to content

Latest commit

 

History

History

wunderctl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Wunderctl wrapper

wunderctl

This package is a wrapper for the wunderctl Go binary. It makes it super easy to run wundergraph commands from your terminal. This package is not required if you have already installed @wundergraph/sdk. The SDK is shipped with the compatible wunderctl Go binary for development.

Note: This package uses postinstall script to download and install the wunderctl binary.

Getting Started

# Install wunderctl
npx @wundergraph/wunderctl
# Help
npx @wundergraph/wunderctl --help

Warning: Please use the Go release binary to start the wundergraph server in production.

Misc

You can pass WG_COPY_BIN_PATH to copy the installed binary to a specific path. This is useful if you want to use the binary in your CI/CD pipeline.