Flow
Organize your hard to remember commands into 1 line interactive executable
Last updated
Organize your hard to remember commands into 1 line interactive executable
Last updated
Flow is features of AiTerm that allow you to organize your workflow commands in an elegant and easy way. You can add, edit and remove your workflow commands according to your needs
Use --flow
Type flow on interactive mode
To create a new flow you can follow these steps:
Enter flow by using --flow
or type flow
on interactive mode
Select New Flows
Input the flow name, you can get hint by type ?
, you can use {arg_name}
for flow that need args. e.g. Push {branch} to production
After you input the flow name then enter it, it will open up the text editor, then you can write down your workflow commands on it
To edit existing flow you can follow these steps:
Enter flow by using --flow
or type flow
on interactive mode
Select Edit Flows
Select the flow that you wanted to edit
To remove existing flow you can follow these steps:
Enter flow by using --flow
or type flow
on interactive mode
Select Remove Flows
Select the flows that you wanted to remove. Can't be undone