cwctl is the command line tool for running commands against the codewind server and interacting with the local filesystem. It is primarily used by the IDE's
Use the following syntax to run cwctl commands from your terminal window.
cwctl [global options] command [command options] [arguments...]
where global options and command are:
global options: options that apply across all cwctl commands, for example setting output as jsoncommand: Specifies the operation that you want to perform on one or more resources, for examplestart, stop
With the cli, you can
Deploy a Codewind server.
Set and persist credentials
Create projects
Authenticate
Start/stop Codewind server
Get the server status
Remove a Codewind server
Connection management
Template management