Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ dependencies:
home: https://github.com/anthropics/claude-code
license: Anthropic PBC
package: anthropics/claude-code
version: 2.1.158
version: 2.1.161

community.docker:
datasource: galaxy-collection
group: Ansible
home: https://github.com/ansible-collections/community.docker
license: GPL 3
version: 5.2.0
version: 5.2.1

community.general:
datasource: galaxy-collection
Expand Down Expand Up @@ -111,7 +111,7 @@ dependencies:
group: CLI Tools
home: https://github.com/streetsidesoftware/cspell
license: MIT
version: 10.0.0
version: 10.0.1

curl:
cmd: curl --version
Expand Down Expand Up @@ -386,7 +386,7 @@ dependencies:
home: https://github.com/kubernetes-client/python
license: Apache
package: kubernetes
version: 36.0.1
version: 36.0.2

kubernetes.core:
datasource: galaxy-collection
Expand Down Expand Up @@ -695,7 +695,7 @@ dependencies:
home: https://github.com/astral-sh/uv
package: astral-sh/uv
license: MIT
version: 0.11.17
version: 0.11.18

vim:
cmd: vim --version
Expand All @@ -719,7 +719,7 @@ dependencies:
home: https://github.com/kloudkit/ws-cli
license: MIT
package: github.com/kloudkit/ws-cli
version: 0.0.57
version: 0.0.61

yamllint:
cmd: yamllint --version
Expand Down
10 changes: 9 additions & 1 deletion .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ envs:
type: string
default: null
delimiter: ;
pattern: "[a-zA-Z0-9 ./:_=~+[\\]-]+"
reference: /tools/apt
example: >-
deb http://one.test trixie main; deb http://two.test trixie main
Expand Down Expand Up @@ -534,6 +535,7 @@ envs:
type: string
default: null
delimiter: ","
pattern: "[a-zA-Z0-9.:/_~?#=&%+-]+"
since: 0.2.0
example: >-
https://github.com,https://stackoverflow.com
Expand Down Expand Up @@ -792,13 +794,17 @@ envs:
type: string
default: null
delimiter: " "
pattern: "[a-zA-Z0-9.{}_-]+"
since: 0.0.20
example: ws.dev local.ws.dev
description: >-
Domain suffix used to expose server's forwarded ports.
longDescription: >-
Accepts either a single domain suffix or multiple
**space-delimited** suffixes.
**space-delimited** suffixes. Each suffix is exposed as
`{{port}}.<suffix>`; the `{{port}}.` prefix is added automatically
unless the suffix already contains a `{{port}}` placeholder
(e.g. `{{port}}-project.ws.dev`). Wildcards are not accepted.
> Multiple domain support was added in `v0.0.22`.
reference: /editor/port-forwarding

Expand Down Expand Up @@ -941,6 +947,7 @@ envs:
type: string
default: null
delimiter: " "
pattern: "[a-zA-Z0-9_-]+"
since: 0.0.20
example: php
description: Loads additional `oh-my-zsh` plugins.
Expand Down Expand Up @@ -1011,6 +1018,7 @@ envs:
golang helm kubectl npm python pip
ssh-agent yarn zsh-autosuggestions
delimiter: " "
pattern: "[a-zA-Z0-9_-]+"
example: kubectl npm python pip
description: Enables built-in `oh-my-zsh` plugins.
longDescription: |
Expand Down
Loading