I update this package around once a week. I'll eventually set up some kind of CI or automation to run updates when there is a new release on GitHub.
Search Criteria
Package Details: platformsh-cli 3.65.2-1
Git Clone URL: | https://aur.archlinux.org/platformsh-cli.git (read-only, click to copy) |
---|---|
Package Base: | platformsh-cli |
Description: | Platform.sh CLI |
Upstream URL: | https://github.com/platformsh/platformsh-cli |
Licenses: | |
Provides: | |
Submitter: | danmilon |
Maintainer: | danmilon (ovv, wizonesolutions) |
Last Packager: | wizonesolutions |
Votes: | 4 |
Popularity: | 0.100865 |
First Submitted: | 2016-07-04 13:53 |
Last Updated: | 2021-02-23 18:07 |
Latest Comments
wizonesolutions commented on 2020-08-05 11:06
wizonesolutions commented on 2019-11-07 10:48
@danmilon Ah, didn't realize I could click through to see the comment on the out-of-date flag. Thanks.
danmilon commented on 2019-11-07 08:58
No, it's no longer maintained, as noted by the "out of date" comment. https://aur.archlinux.org/pkgbase/platformsh-cli/flag-comment/
@wizonesolutions, you've been added as a maintainer.
wizonesolutions commented on 2019-11-06 12:22
Is this package still maintained? Current release is v3.49.2. https://github.com/platformsh/platformsh-cli/releases/tag/v3.49.2
gnufred commented on 2017-10-24 07:34
Patch for the fix:
From 42372abebaacb7aaf4b7ae4292c64ffc407a498a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Potvin?= <frederic.potvin@platform.sh>
Date: Mon, 23 Oct 2017 17:52:57 +0200
Subject: [PATCH 1/1] Fix: "Failed to write file:
/home/user/.platformsh/shell-config.rc"
---
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/PKGBUILD b/PKGBUILD
index 4de51cf..f31907c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ noextract=('platform.phar')
build() {
mv platform.phar platform
chmod +x platform
+ mkdir ~/.platformsh
./platform self:install -y
}
--
2.14.2
gnufred commented on 2017-10-23 12:53
Can't get this package to install:
[...]
==> Extracting sources...
==> Starting build()...
Failed to write file: /home/fred/.platformsh/shell-config.rc
==> ERROR: A failure occurred in build().
Pinned Comments
wizonesolutions commented on 2020-08-05 11:06
I update this package around once a week. I'll eventually set up some kind of CI or automation to run updates when there is a new release on GitHub.