wunderctl - the cli to make wondersOverview#wunderctl is the command line interface to manage WunderGraph applications.It's available for macOS, Linux and Windows and can be installed easily via npm or yarn.Installation#npm install -g @wundergraph/wunderctloryarn global add @wundergraph/wunderctlCopyInit a new project## from your project rootwunderctl init File written: .wundergraph/package.jsonFile written: .wundergraph/tsconfig.jsonFile written: .wundergraph/wundergraph.config.tsCopyStart a local dev environment#cd .wundergraphwunderctl upCopy