1 unstable release

0.1.0 Oct 8, 2022

#77 in #telemetry

MIT license

3KB

codigo

$ code-server -h
Codigo Server 20220909.27
CLI to manage and launch instances of the Codigo Server

USAGE:
    code-server [OPTIONS] <SUBCOMMAND>

OPTIONS:
        --accept-server-license-terms
            Run current command accepting the Codigo Server license terms

        --disable-telemetry
            Disable telemetry for the current command, even if it was previously accepted as part of
            the license prompt or specified in '--telemetry-level'

    -h, --help
            Print help information

        --log <LOG>
            Log level to use [possible values: trace, debug, info, warn, error, critical, off]

        --server-data-dir <SERVER_DATA_DIR>
            Directory where code server metadata should be stored [env: VSCODE_SERVER_DATA_DIR=]

        --telemetry-level <TELEMETRY_LEVEL>
            Sets the initial telemetry level [possible values: off, crash, error, all]

    -V, --version
            Print version information

        --verbose
            Show verbose output

SUBCOMMANDS:
    help           Print this message or the help of the given subcommand(s)
    kill           Stop running servers
    prune          Delete all servers which are currently not running
    ps             Print information about the currently running servers
    rename         Rename the name of this machine associated with port forwarding service
    serve          Start a Codigo Server that can be accessed from codigo.dev and from any VS
                       Code desktop instance
    serve-local    Start a Codigo Server that can be accessed locally
    uninstall      Uninstall the Codigo Server CLI
    unregister     Remove this machine's association with the port forwarding service
    update         Update the Codigo Server CLI
    user           Port forwarding account actions

No runtime deps