|
1 | 1 | ---
|
2 | 2 | id: sauce-connect-5
|
3 |
| -title: Sauce Connect Proxy 5 CLI Reference |
4 |
| -sidebar_label: sc |
| 3 | +title: Sauce Connect 5 CLI |
5 | 4 | ---
|
6 | 5 |
|
7 |
| -import useBaseUrl from '@docusaurus/useBaseUrl'; |
8 |
| -import Tabs from '@theme/Tabs'; |
9 |
| -import TabItem from '@theme/TabItem'; |
| 6 | +# Sauce Connect 5 CLI Documentation Has Moved |
10 | 7 |
|
11 |
| -Below is a list of commands available with your Sauce Connect Proxy application. |
| 8 | +The documentation you're looking for has been moved to a new location. Please use the links below to access the Sauce Connect 5 CLI documentation directly. |
12 | 9 |
|
13 |
| -## What You'll Need |
| 10 | +## Quick Links to New Documentation |
14 | 11 |
|
15 |
| -- Make sure you're using the latest [Sauce Connect Proxy version](/secure-connections/sauce-connect-5/installation/). Otherwise, some commands may not work. |
16 |
| -- See [Sauce Connect Quickstart](/secure-connections/sauce-connect-5/quickstart/) for setup instructions and use cases. |
| 12 | +- **Sauce Connect 5 CLI Overview**: [Visit Here](/secure-connections/sauce-connect-5/cli/sc) |
| 13 | +- **Running Sauce Connect Proxy**: [sc run Documentation](/secure-connections/sauce-connect-5/cli/run) |
| 14 | +- **Compatibility Mode (Legacy)**: [sc legacy Documentation](/secure-connections/sauce-connect-5/cli/legacy) |
| 15 | +- **Command Line Autocompletion**: Learn more about sc completion: |
| 16 | + - [linux](/secure-connections/sauce-connect-5/installation/linux/#add-bash-completion) |
| 17 | + - [macOS](/secure-connections/sauce-connect-5/installation/macos/#add-completion) |
| 18 | + - [windows](/secure-connections/sauce-connect-5/installation/windows/#add-completion) |
| 19 | +- **Additional Resources**: For setup and configuration, see the [installation guide](/secure-connections/sauce-connect-5/installation) and [configuration guide](/secure-connections/sauce-connect-5/operation/configuration/). |
17 | 20 |
|
18 |
| -<br/> |
| 21 | +For any additional help or questions, please contact our support team. |
19 | 22 |
|
20 |
| -## Commands |
21 |
| - |
22 |
| -- [sc run](/dev/cli/sauce-connect-5/run/) |
23 |
| -- [sc legacy](/dev/cli/sauce-connect-5/legacy/) |
24 |
| -- [sc completion](/dev/cli/sauce-connect-5/completion/) |
25 |
| -- `sc version` |
26 |
| -- `sc help` |
27 |
| - |
28 |
| -### `sc run` |
29 |
| - |
30 |
| -The [sc run](/dev/cli/sauce-connect-5/run/) command is a main Sauce Connect Proxy 5 command that allows provisioning a Sauce Connect Proxy server and establishing a secure connection between the Sauce Connect Proxy client and the server. |
31 |
| - |
32 |
| -### `sc legacy` |
33 |
| - |
34 |
| -The [sc legacy](/dev/cli/sauce-connect-5/legacy/) command runs Sauce Connect Proxy 5 in compatibility mode with Sauce Connect Proxy 4. |
35 |
| - |
36 |
| -### `sc completion` |
37 |
| - |
38 |
| -The [sc completion](/dev/cli/sauce-connect-5/completion/) command generates an autocompletion script for `bash`, `zsh`, `fish` and `powershell` shells. See each sub-command's help for details on how to use the generated script. |
39 |
| - |
40 |
| -### `sc version` |
41 |
| - |
42 |
| -The `sc version` command output detailed version info. |
43 |
| - |
44 |
| -```bash |
45 |
| -sc version |
46 |
| - Version: 5.0.0 |
47 |
| - Build time: 2023-10-31T21:11:37Z |
48 |
| - Git commit: 9eb9a377aaa791765f74aace37e83d8ac1d000e2 |
49 |
| - Go Arch: arm64 |
50 |
| - Go OS: darwin |
51 |
| - Go Version: go1.21.3 |
52 |
| -``` |
53 |
| - |
54 |
| -### `sc help` |
55 |
| - |
56 |
| -The `sc help` command allows getting usage for other commands |
57 |
| - |
58 |
| -```bash |
59 |
| -sc help |
60 |
| -Sauce Connect Proxy CLI opens a secure connection between Sauce Labs and a locally hosted applications. You can learn |
61 |
| -more at https://docs.saucelabs.com/secure-connections/sauce-connect-5/. |
62 |
| - |
63 |
| -Commands: |
64 |
| - run Run Sauce Connect Proxy |
65 |
| - |
66 |
| -Other Commands: |
67 |
| - completion Generate the autocompletion script for the specified shell |
68 |
| - version Print version information |
69 |
| - |
70 |
| -The following options can be passed to any subcommand: |
71 |
| - |
72 |
| -Other: |
73 |
| - -c, --config-file <path> (env SAUCE_CONFIG_FILE) |
74 |
| - Configuration file to load options from. The supported formats are: JSON, YAML, TOML, HCL, and Java |
75 |
| - properties. The file format is determined by the file extension, if not specified the default format is YAML. |
76 |
| - The following precedence order of configuration sources is used: command flags, environment variables, config |
77 |
| - file, default values. |
78 |
| - |
79 |
| -Use "sc <command> --help" for more information about a given command. |
80 |
| -``` |
81 |
| -
|
82 |
| -## Additional Resources |
83 |
| -
|
84 |
| -- [Sauce Connect Proxy Basic Setup](/secure-connections/sauce-connect-5/installation/). |
85 |
| -- [Sauce Connect Proxy Environment Variables](/secure-connections/sauce-connect-5/operation/configuration/#environment-variables/). |
| 23 | +Thank you for using Sauce Connect! |
0 commit comments