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
It will also prompt a hit for the user for possible next steps.
e.g. "GitHub workflow for user-flow integration set up under .github/workflows/user-flow.yml"
Motivation
Create a scaffolding a
workflow.yml
file to integrate the GitHub action into the a repository.Following things are related:
This feature in general will help to get access to all features related to CI automations.
Implementation
The
init
command will extend with one optinolan paramgenerateGhWorkflow
.-g
,--generateGhWorkflow
boolean
user-flow.yml
file under.github/workflows
Execution:
npx user-flow init --generateGhWorkflow
Description:
This command creates a GitHub workflow
.github/workflows/user-flow.yml
with the following content:user-flow.yml
It will also prompt a hit for the user for possible next steps.
e.g. "GitHub workflow for user-flow integration set up under
.github/workflows/user-flow.yml
"Todos
--generateGhWorkflow
alias-g
asboolean
no default valuecommands/init/processes/generateGhWorkflow.ts
generateGhWorkflow
process into the init commandCases and combinations of parameters
Cases:
The text was updated successfully, but these errors were encountered: