Closed RainbowMango closed 2 months ago
@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 🙌
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 noquickstart
sub-command at all:I'm not sure if this document is outdated.
Enviornments