Skip to Content

Installing wunderctl

Published: 2022-05-23

wunderctl is the command line interface to handle tasks like initializing a new project or deploying an API. The cli is available for all major platforms (MacOS including M1, Linux, Windows) The easiest way to install it is by using npm/yarn but it's also possible to manually download and install it.

Install / Update via npm#

npm -g install @wundergraph/wunderctl@latest

Install / Update via yarn#

yarn global add @wundergraph/wunderctl@latest

Install / Update via homebrew (MacOS)#

brew tap wundergraph/wundergraph
brew install wunderctl

To upgrade, use:

brew upgrade wunderctl

Install manually Download the latest release from GitHub.


Product

Comparisons

Subscribe to our newsletter!

Stay informed when great things happen! Get the latest news about APIs, GraphQL and more straight into your mailbox.

© 2022 WunderGraph