pipe-cd/pipecd

Failed to install PipeCD by pipectl as quickstart command missing

RainbowMango opened this issue ยท 4 comments

I'm trying to install PipeCD as per the quickstart guide, but unfortunately, I can't use pipectl quickstart command to start the installation process as there is no quickstart sub-command at all:

# pipectl quickstart --version v0.48.4
2024/08/12 20:36:58 unknown command "quickstart" for "piped"

I'm not sure if this document is outdated.

Enviornments

# pipectl version
Version: v0.48.4, GitCommit: eec680f1dfed2b016ee809e278ce498a046ba831, BuildDate: 20240802-042451

@khanhtc1202 Could you please take a look?

Hi @RainbowMango ๐Ÿ™Œ I just tested running the quickstart follow the docs instruction and it works as expected (see below stdout)

โ•ฐโ”€ # OS="darwin" or "linux"
curl -Lo ./pipectl https://github.com/pipe-cd/pipecd/releases/download/v0.48.4/pipectl_v0.48.4_darwin_amd64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 18.5M  100 18.5M    0     0   479k      0  0:00:39  0:00:39 --:--:-- 1168k

โ•ญโ”€ ~/workspace/tests/pipecd-test โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โœ”  took 40s  at 21:55:53 
โ•ฐโ”€ chmod +x ./pipectl

โ•ญโ”€ ~/workspace/tests/pipecd-test โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โœ”  at 21:55:57 
โ•ฐโ”€ ./pipectl quickstart --version v0.48.4
Installing the controlplane in quickstart mode...

Please ensure that the command here is pipectl not piped or pipecd. Could you rerun it?

Yeah, you are right!

Forgive me for my stupid mistake I mistakenly downloading the piped instead of pipectl from https://github.com/pipe-cd/pipecd/releases/tag/v0.48.4.

Now I installed it successfully and continue to experiment with the excellent features.
Thank you very much.

Thank you ๐Ÿ™Œ