File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/en/docs-v1.0.x/migrating-from-v0-to-v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,13 +263,13 @@ curl -Lo ./piped https://github.com/pipe-cd/pipecd/releases/download/pipedv1%2Fe
263263chmod +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
269269If 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
You can’t perform that action at this time.
0 commit comments