24 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,21 @@ go install github.com/tilt-dev/ctlptl/cmd/ctlptl@latest
40
40
On macOS:
41
41
42
42
``` bash
43
- CTLPTL_VERSION=" 0.8.25 "
43
+ CTLPTL_VERSION=" 0.8.26 "
44
44
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION /ctlptl.$CTLPTL_VERSION .mac.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
45
45
```
46
46
47
47
On Linux:
48
48
49
49
``` bash
50
- CTLPTL_VERSION=" 0.8.25 "
50
+ CTLPTL_VERSION=" 0.8.26 "
51
51
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION /ctlptl.$CTLPTL_VERSION .linux.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
52
52
```
53
53
54
54
On Windows:
55
55
56
56
``` powershell
57
- $CTLPTL_VERSION = "0.8.25 "
57
+ $CTLPTL_VERSION = "0.8.26 "
58
58
Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
59
59
Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
60
60
Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ Mess around with local Kubernetes clusters without consequences
27
27
* [ ctlptl socat] ( ctlptl_socat.md ) - Use socat to connect components. Experimental.
28
28
* [ ctlptl version] ( ctlptl_version.md ) - Current ctlptl version
29
29
30
- ###### Auto generated by spf13/cobra on 29-Nov-2023
30
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ ctlptl analytics
17
17
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
18
18
* [ ctlptl analytics opt] ( ctlptl_analytics_opt.md ) - opt-in or -out to tilt-dev analytics collection/upload
19
19
20
- ###### Auto generated by spf13/cobra on 29-Nov-2023
20
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl analytics opt [flags]
16
16
17
17
* [ ctlptl analytics] ( ctlptl_analytics.md ) - info and status about tilt-dev analytics
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ ctlptl apply -f FILENAME [flags]
28
28
29
29
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
30
30
31
- ###### Auto generated by spf13/cobra on 29-Nov-2023
31
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ See each sub-command's help for details on how to use the generated script.
22
22
* [ ctlptl completion powershell] ( ctlptl_completion_powershell.md ) - Generate the autocompletion script for powershell
23
23
* [ ctlptl completion zsh] ( ctlptl_completion_zsh.md ) - Generate the autocompletion script for zsh
24
24
25
- ###### Auto generated by spf13/cobra on 29-Nov-2023
25
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ ctlptl completion bash
41
41
42
42
* [ ctlptl completion] ( ctlptl_completion.md ) - Generate the autocompletion script for the specified shell
43
43
44
- ###### Auto generated by spf13/cobra on 29-Nov-2023
44
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ ctlptl completion fish [flags]
32
32
33
33
* [ ctlptl completion] ( ctlptl_completion.md ) - Generate the autocompletion script for the specified shell
34
34
35
- ###### Auto generated by spf13/cobra on 29-Nov-2023
35
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ ctlptl completion powershell [flags]
29
29
30
30
* [ ctlptl completion] ( ctlptl_completion.md ) - Generate the autocompletion script for the specified shell
31
31
32
- ###### Auto generated by spf13/cobra on 29-Nov-2023
32
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ ctlptl completion zsh [flags]
43
43
44
44
* [ ctlptl completion] ( ctlptl_completion.md ) - Generate the autocompletion script for the specified shell
45
45
46
- ###### Auto generated by spf13/cobra on 29-Nov-2023
46
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ ctlptl create [cluster|registry] [flags]
25
25
* [ ctlptl create cluster] ( ctlptl_create_cluster.md ) - Create a cluster with the given local Kubernetes product
26
26
* [ ctlptl create registry] ( ctlptl_create_registry.md ) - Create a registry with the given name
27
27
28
- ###### Auto generated by spf13/cobra on 29-Nov-2023
28
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ ctlptl create cluster [product] [flags]
34
34
35
35
* [ ctlptl create] ( ctlptl_create.md ) - Create a cluster or registry
36
36
37
- ###### Auto generated by spf13/cobra on 29-Nov-2023
37
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ ctlptl create registry [name] [flags]
31
31
32
32
* [ ctlptl create] ( ctlptl_create.md ) - Create a cluster or registry
33
33
34
- ###### Auto generated by spf13/cobra on 29-Nov-2023
34
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ ctlptl delete -f FILENAME [flags]
26
26
27
27
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
28
28
29
- ###### Auto generated by spf13/cobra on 29-Nov-2023
29
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ Debugging tool for the Docker Desktop client
24
24
* [ ctlptl docker-desktop set] ( ctlptl_docker-desktop_set.md ) - Set the docker-desktop settings
25
25
* [ ctlptl docker-desktop settings] ( ctlptl_docker-desktop_settings.md ) - Print the docker-desktop settings
26
26
27
- ###### Auto generated by spf13/cobra on 29-Nov-2023
27
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl docker-desktop open [flags]
16
16
17
17
* [ ctlptl docker-desktop] ( ctlptl_docker-desktop.md ) - Debugging tool for the Docker Desktop client
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl docker-desktop quit [flags]
16
16
17
17
* [ ctlptl docker-desktop] ( ctlptl_docker-desktop.md ) - Debugging tool for the Docker Desktop client
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl docker-desktop reset-cluster [flags]
16
16
17
17
* [ ctlptl docker-desktop] ( ctlptl_docker-desktop.md ) - Debugging tool for the Docker Desktop client
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ ctlptl docker-desktop set KEY VALUE [flags]
34
34
35
35
* [ ctlptl docker-desktop] ( ctlptl_docker-desktop.md ) - Debugging tool for the Docker Desktop client
36
36
37
- ###### Auto generated by spf13/cobra on 29-Nov-2023
37
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl docker-desktop settings [flags]
16
16
17
17
* [ ctlptl docker-desktop] ( ctlptl_docker-desktop.md ) - Debugging tool for the Docker Desktop client
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ ctlptl get [type] [name] [flags]
41
41
42
42
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
43
43
44
- ###### Auto generated by spf13/cobra on 29-Nov-2023
44
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ Use socat to connect components. Experimental.
13
13
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
14
14
* [ ctlptl socat connect-remote-docker] ( ctlptl_socat_connect-remote-docker.md ) - Connects a local port to a remote port on a machine running Docker
15
15
16
- ###### Auto generated by spf13/cobra on 29-Nov-2023
16
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ctlptl socat connect-remote-docker [flags]
23
23
24
24
* [ ctlptl socat] ( ctlptl_socat.md ) - Use socat to connect components. Experimental.
25
25
26
- ###### Auto generated by spf13/cobra on 29-Nov-2023
26
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ctlptl version [flags]
16
16
17
17
* [ ctlptl] ( ctlptl.md ) - Mess around with local Kubernetes clusters without consequences
18
18
19
- ###### Auto generated by spf13/cobra on 29-Nov-2023
19
+ ###### Auto generated by spf13/cobra on 3-Feb-2024
0 commit comments