Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sites/platform/src/administration/cli/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showTitle: false

<!-- vale off -->

# Upsun CLI (Platform.sh compatibility) 5.10.4
# Upsun CLI (Platform.sh compatibility) 5.10.5

- [Installation](/administration/cli#1-install)
- [Open an issue](https://github.com/platformsh/cli/issues)
Expand Down Expand Up @@ -293,11 +293,11 @@ Static installation

Dump the script to a global completion file and restart your shell:

/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.4/platform.phar completion bash | sudo tee /etc/bash_completion.d/platform.phar
/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.5/platform.phar completion bash | sudo tee /etc/bash_completion.d/platform.phar

Or dump the script to a local file and source it:

/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.4/platform.phar completion bash > completion.sh
/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.5/platform.phar completion bash > completion.sh

# source the file whenever you use the project
source completion.sh
Expand All @@ -310,7 +310,7 @@ Dynamic installation

Add this to the end of your shell configuration file (e.g. "~/.bashrc"):

eval "$(/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.4/platform.phar completion bash)"
eval "$(/home/runner/.cache/platformsh-cli-tmp/legacy-5.10.5/platform.phar completion bash)"

#### Arguments

Expand Down
8 changes: 4 additions & 4 deletions sites/upsun/src/administration/cli/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showTitle: false

<!-- vale off -->

# Upsun CLI 5.10.4
# Upsun CLI 5.10.5

- [Installation](/administration/cli#1-install)
- [Open an issue](https://github.com/platformsh/cli/issues)
Expand Down Expand Up @@ -296,11 +296,11 @@ Static installation

Dump the script to a global completion file and restart your shell:

/home/runner/.cache/upsun-tmp/legacy-5.10.4/upsun.phar completion bash | sudo tee /etc/bash_completion.d/upsun.phar
/home/runner/.cache/upsun-tmp/legacy-5.10.5/upsun.phar completion bash | sudo tee /etc/bash_completion.d/upsun.phar

Or dump the script to a local file and source it:

/home/runner/.cache/upsun-tmp/legacy-5.10.4/upsun.phar completion bash > completion.sh
/home/runner/.cache/upsun-tmp/legacy-5.10.5/upsun.phar completion bash > completion.sh

# source the file whenever you use the project
source completion.sh
Expand All @@ -313,7 +313,7 @@ Dynamic installation

Add this to the end of your shell configuration file (e.g. "~/.bashrc"):

eval "$(/home/runner/.cache/upsun-tmp/legacy-5.10.4/upsun.phar completion bash)"
eval "$(/home/runner/.cache/upsun-tmp/legacy-5.10.5/upsun.phar completion bash)"

#### Arguments

Expand Down
Loading