-
Notifications
You must be signed in to change notification settings - Fork 14
install:git command is not defined #11
Comments
That's odd: λ bin/forge install:git
[Symfony\Component\Console\Exception\RuntimeException]
Not enough arguments (missing: "server, site").
install:git [--provider PROVIDER] [--repository REPOSITORY] [--] <server> <site> The command seems to be working on my end. What's the output when you just do |
Here's is the output for
|
Running
|
Hah, it's been a while since I tagged a new version (apparently). Package is obviously still in beta (and I didn't even know anyone used it at all 😅 ). I've tagged a new version, you can try |
Thanks, the error message is fixed but I'm afraid a new one popped up. Running
Here's a public Gitlab repo to test with: I also noticed there is no way to specify a branch? |
I'll have to take a look at this later on. I've been super busy with stuff outside open source lately, but once I find some time I'll put this at the top of my priority list 🙂 |
Sure, will keep an eye on this issue. Thanks! |
Hey, I've merged #14 and tagged a new version, did that fix the issue? |
Been able to successfully execute these commands:
forge list:servers
forge make:site {serverId}
forge list:sites {serverId}
Now trying to install a custom git repo by running
forge install:git {serverId} {siteId} --provider="custom" --repository="git@gitlab.com:companyname/groupname/reponame.git"
Following error is thrown:
The text was updated successfully, but these errors were encountered: