You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a template user,
I would like to use a script that automatically creates a new repo & environments,
So that I can set up the project repo, environments, and environment variables with one command.
Solution
This builds on (or in some sense precedes) #134. Because the proposed scripts in #134 would fail without a GitHub repo and environments, it came up that it might be nice if some script could create the two prerequisites for the user.
The GitHub CLI does not currently provide a method for creating environments directly, but it does provide a handy gh api catch-all which is kind of like curl with all the necessary authorizations handled for you.
The content you are editing has changed. Please copy your edits and refresh the page.
Story
As a template user,
I would like to use a script that automatically creates a new repo & environments,
So that I can set up the project repo, environments, and environment variables with one command.
Solution
This builds on (or in some sense precedes) #134. Because the proposed scripts in #134 would fail without a GitHub repo and environments, it came up that it might be nice if some script could create the two prerequisites for the user.
The GitHub CLI does not currently provide a method for creating environments directly, but it does provide a handy
gh api
catch-all which is kind of like curl with all the necessary authorizations handled for you.Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: