@@ -9,11 +9,12 @@ Manage and debug resources deployed in Codesphere via command line.
99### Options
1010
1111```
12- -a, --api string URL of Codesphere API (can also be CS_API)
13- -h, --help help for cs
14- -t, --team int Team ID (relevant for some commands, can also be CS_TEAM_ID) (default -1)
15- -v, --verbose Verbose output
16- -w, --workspace int Workspace ID (relevant for some commands, can also be CS_WORKSPACE_ID) (default -1)
12+ -a, --api string URL of Codesphere API (can also be CS_API)
13+ -h, --help help for cs
14+ --state-file string Path to the state file, defaults to .cs-up.yaml (default ".cs-up.yaml")
15+ -t, --team int Team ID (relevant for some commands, can also be CS_TEAM_ID) (default -1)
16+ -v, --verbose Verbose output
17+ -w, --workspace int Workspace ID (relevant for some commands, can also be CS_WORKSPACE_ID) (default -1)
1718```
1819
1920### SEE ALSO
@@ -29,10 +30,12 @@ Manage and debug resources deployed in Codesphere via command line.
2930* [ cs log] ( cs_log.md ) - Retrieve run logs from services
3031* [ cs monitor] ( cs_monitor.md ) - Monitor a command and report health information
3132* [ cs open] ( cs_open.md ) - Open the Codesphere IDE
33+ * [ cs ps] ( cs_ps.md ) - List services of a workspace
3234* [ cs scale] ( cs_scale.md ) - Scale Codesphere resources
3335* [ cs set-env] ( cs_set-env.md ) - Set environment variables
3436* [ cs start] ( cs_start.md ) - Start workspace pipeline
3537* [ cs sync] ( cs_sync.md ) - Sync Codesphere resources
38+ * [ cs up] ( cs_up.md ) - Deploy your local code to Codesphere
3639* [ cs update] ( cs_update.md ) - Update Codesphere CLI
3740* [ cs version] ( cs_version.md ) - Print version
3841* [ cs wake-up] ( cs_wake-up.md ) - Wake up an on-demand workspace
0 commit comments