Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 871 Bytes

codewind-cli.md

File metadata and controls

44 lines (19 loc) · 871 Bytes

Overview of cwctl

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

Syntax

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 json
  • command: Specifies the operation that you want to perform on one or more resources, for example start, stop

See the readme for details

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