Note : This feature requires at least the Pro plan
You can enable authentification on your flows. There are 2 available authentification methods.
You can define a password in your flow's advanced settings. Password will asked to the user upon executing the flow.
If this option is enabled, users executing the flow will need to link their Bashnode account using the CLI. Once this option is enabled, only logged users that are member of your team will be able to execute your flow.
Note : This feature requires at least the Pro plan
The welcome message allows your team to display a message before each flow execution. This message will replace the standard Bashnode branding. To make a flow display the team welcome message, enable this option in the "Advanced" tab of the flow editor. You can learn more about it here.
Some action fields will require to enter a path to a certain file/directory, eg : the action Create directory will ask for the location of the new directory. By default, Bashnode will prepend the current working directory to this path when executing your flow.
So if you provide this path :
new-folder
Bashnode will prepend the working directory (the initial directory where you executed the flow) eg :
/Users/John/Desktop/Projects/my-project/new-folder
If you wish to disable this behaviour, you can do so in the Advanced tab in your flow's settings. Please keep in mind that disabling the CWD prepend feature, will not disable any security features.
Bashnode - Build code-free custom CLIs