Skip to content

Commit

Permalink
sauce-connect(installation): improve edit configuration file step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk authored and Choraden committed Oct 2, 2024
1 parent 7b55ee3 commit 6ea2b64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/secure-connections/sauce-connect-5/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ sudo rpm -i https://saucelabs.com/downloads/sauce-connect/5.2.0/sauce-connect-5.

### Edit config file

Edit the configuration file with your favorite editor:

```bash
sudo vim /etc/sauce-connect/sauce-connect.yaml
```
Expand Down Expand Up @@ -187,6 +189,7 @@ sudo ln -s /opt/sauce-connect/completions/sc.bash /etc/bash_completion.d/sc
This step is optional. You can use default configuration or configure Sauce Connect with flags or environment variables.
See [CLI reference](/dev/cli/sauce-connect-5/) for more details.

Edit the configuration file with your favorite editor:

```bash
vim /opt/sauce-connect/sauce-connect.yaml
Expand Down
11 changes: 10 additions & 1 deletion docs/secure-connections/sauce-connect-5/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ brew install sauce-connect
This step is optional. You can use default configuration or configure Sauce Connect with flags or environment variables.
See [CLI reference](/dev/cli/sauce-connect-5/) for more details.

Get the default configuration file:

```bash
sc run config-file > sauce-connect.yaml
```

Edit the configuration file with your favorite editor:

```bash
vim sauce-connect.yaml
```
Expand Down Expand Up @@ -61,7 +69,6 @@ sudo ln -s /opt/sauce-connect/sc /usr/local/bin/sc

### Add completion


<Tabs
defaultValue="Zsh"
  values={[
Expand Down Expand Up @@ -89,6 +96,8 @@ echo 'source <(sc completion bash)' >>~/.bash_profile
This step is optional. You can use default configuration or configure Sauce Connect with flags or environment variables.
See [CLI reference](/dev/cli/sauce-connect-5/) for more details.

Edit the configuration file with your favorite editor:

```bash
vim /opt/sauce-connect/sauce-connect.yaml
```
Expand Down

0 comments on commit 6ea2b64

Please sign in to comment.