Better support for remote recipes - DRAFT PR #870
Reference in New Issue
Block a user
No description provided.
Delete Branch "ineiti/abra:type_remote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR allows to directly add remote recipes with abra:
The following syntaxes are supported:
git@domain/pathhttps://domain/pathdomain/pathIt adds a line
to the
.envfile of the app, and also uses that line to fetch the remote repo, so you can use the same configuration on multiple computers. Our use-case is to have a configuration for our servers, put that configuration in git, and use it on several developers machines.This is a first draft PR - "it works on my machine". But if somebody else can test it and tell me if it's useful to them, and it works, I would be very happy!
Ah, given toolshed/organising#678 (comment) @ineiti, can you confirm if the changes you're submitting are llm generated? Was that also the case for #855 and #869?
Yes, with the following caveats:
OK, thanks for letting me know. I will wait to see what becomes of toolshed/organising#678 before taking an action here.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.