Skip to content

Commit 8ac9041

Browse files
authored
fix: use the right command to run piped (#6546)
Signed-off-by: Hoang Ngo <adlehoang118@gmail.com>
1 parent 69bf83a commit 8ac9041

File tree

1 file changed

+2
-2
lines changed
  • docs/content/en/docs-v1.0.x/migrating-from-v0-to-v1

1 file changed

+2
-2
lines changed

docs/content/en/docs-v1.0.x/migrating-from-v0-to-v1/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,13 @@ curl -Lo ./piped https://github.com/pipe-cd/pipecd/releases/download/pipedv1%2Fe
263263
chmod +x ./piped
264264
265265
# Run piped binary
266-
./piped piped --config-file=<PATH_TO_PIPEDV1_CONFIG_FILE> --tools-dir=/tmp/piped-bin
266+
./piped run --config-file=<PATH_TO_PIPEDV1_CONFIG_FILE> --tools-dir=/tmp/piped-bin
267267
```
268268

269269
If your Control Plane is running locally, append the `--insecure=true` flag to skip TLS certificate verification:
270270

271271
```bash
272-
./piped piped --config-file=<PATH_TO_PIPEDV1_CONFIG_FILE> --tools-dir=/tmp/piped-bin --insecure=true
272+
./piped run --config-file=<PATH_TO_PIPEDV1_CONFIG_FILE> --tools-dir=/tmp/piped-bin --insecure=true
273273
```
274274

275275
### Option 3 - Run `pipedv1` as a Container

0 commit comments

Comments
 (0)