pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.08k stars 152 forks source link

Failed to install PipeCD by pipectl as quickstart command missing #5129

Closed RainbowMango closed 2 months ago

RainbowMango commented 2 months ago

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
RainbowMango commented 2 months ago

@khanhtc1202 Could you please take a look?

khanhtc1202 commented 2 months ago

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?

RainbowMango commented 2 months ago

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.

khanhtc1202 commented 2 months ago

Thank you 🙌