Skip to content

Commit

Permalink
Update version numbers: 0.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-errant committed Aug 7, 2024
1 parent 2efe977 commit b92b2b4
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ go install github.com/tilt-dev/ctlptl/cmd/ctlptl@latest
On macOS:

```bash
CTLPTL_VERSION="0.8.30"
CTLPTL_VERSION="0.8.31"
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
```

On Linux:

```bash
CTLPTL_VERSION="0.8.30"
CTLPTL_VERSION="0.8.31"
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
```

On Windows:

```powershell
$CTLPTL_VERSION = "0.8.30"
$CTLPTL_VERSION = "0.8.31"
Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"
Expand Down
2 changes: 1 addition & 1 deletion docs/ctlptl.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Mess around with local Kubernetes clusters without consequences
* [ctlptl socat](ctlptl_socat.md) - Use socat to connect components. Experimental.
* [ctlptl version](ctlptl_version.md) - Current ctlptl version

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ctlptl analytics
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
* [ctlptl analytics opt](ctlptl_analytics_opt.md) - opt-in or -out to tilt-dev analytics collection/upload

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_analytics_opt.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl analytics opt [flags]

* [ctlptl analytics](ctlptl_analytics.md) - info and status about tilt-dev analytics

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ ctlptl apply -f FILENAME [flags]

* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See each sub-command's help for details on how to use the generated script.
* [ctlptl completion powershell](ctlptl_completion_powershell.md) - Generate the autocompletion script for powershell
* [ctlptl completion zsh](ctlptl_completion_zsh.md) - Generate the autocompletion script for zsh

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ ctlptl completion bash

* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_completion_fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ctlptl completion fish [flags]

* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_completion_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ctlptl completion powershell [flags]

* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ctlptl completion zsh [flags]

* [ctlptl completion](ctlptl_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ctlptl create [cluster|registry] [flags]
* [ctlptl create cluster](ctlptl_create_cluster.md) - Create a cluster with the given local Kubernetes product
* [ctlptl create registry](ctlptl_create_registry.md) - Create a registry with the given name

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_create_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ ctlptl create cluster [product] [flags]

* [ctlptl create](ctlptl_create.md) - Create a cluster or registry

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_create_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ctlptl create registry [name] [flags]

* [ctlptl create](ctlptl_create.md) - Create a cluster or registry

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ctlptl delete -f FILENAME [flags]

* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Debugging tool for the Docker Desktop client
* [ctlptl docker-desktop set](ctlptl_docker-desktop_set.md) - Set the docker-desktop settings
* [ctlptl docker-desktop settings](ctlptl_docker-desktop_settings.md) - Print the docker-desktop settings

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl docker-desktop open [flags]

* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop_quit.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl docker-desktop quit [flags]

* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop_reset-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl docker-desktop reset-cluster [flags]

* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ ctlptl docker-desktop set KEY VALUE [flags]

* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_docker-desktop_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl docker-desktop settings [flags]

* [ctlptl docker-desktop](ctlptl_docker-desktop.md) - Debugging tool for the Docker Desktop client

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ ctlptl get [type] [name] [flags]

* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_socat.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Use socat to connect components. Experimental.
* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences
* [ctlptl socat connect-remote-docker](ctlptl_socat_connect-remote-docker.md) - Connects a local port to a remote port on a machine running Docker

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_socat_connect-remote-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ctlptl socat connect-remote-docker [flags]

* [ctlptl socat](ctlptl_socat.md) - Use socat to connect components. Experimental.

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024
2 changes: 1 addition & 1 deletion docs/ctlptl_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ctlptl version [flags]

* [ctlptl](ctlptl.md) - Mess around with local Kubernetes clusters without consequences

###### Auto generated by spf13/cobra on 1-Aug-2024
###### Auto generated by spf13/cobra on 7-Aug-2024

0 comments on commit b92b2b4

Please sign in to comment.