Skip to content

Commit

Permalink
Fixes curl command with correct output
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Nov 20, 2024
1 parent b9fc3b4 commit b76291b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions calico-enterprise/operations/clis/calicoctl/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```


Expand Down Expand Up @@ -84,7 +84,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -140,7 +140,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -169,7 +169,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -83,7 +83,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -139,7 +139,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -168,7 +168,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -83,7 +83,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -139,7 +139,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -168,7 +168,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -87,7 +87,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -143,7 +143,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -172,7 +172,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -83,7 +83,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -139,7 +139,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -168,7 +168,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -83,7 +83,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o calicoctl -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o calicoctl -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down Expand Up @@ -139,7 +139,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl
```

Set the file to be executable.
Expand Down Expand Up @@ -168,7 +168,7 @@ Consider navigating to a location that's in your `PATH`. For example, `/usr/loca
Use the following command to download the `calicoctl` binary.

```bash
curl -o kubectl-calico -O -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
curl -o kubectl-calico -L $[downloadsurl]/ee/binaries/$[releaseTitle]/calicoctl-darwin-amd64
```

Set the file to be executable.
Expand Down

0 comments on commit b76291b

Please sign in to comment.