The 1.0.0 Release changed a lot of commands. Please check the Command Reference for updated commands.
The old commands map as follows:
| Old Command |
New Command |
| s4n tool create |
s4n create |
| s4n tool list |
s4n list |
| s4n tool remove |
s4n remove |
| s4n workflow create |
s4n create –name |
| s4n workflow list |
s4n list |
| s4n workflow remove |
s4n remove |
| s4n workflow status |
s4n list [WORKFLOW_NAME] |
| s4n workflow connect |
s4n connect |
| s4n workflow disconnect |
s4n disconnect |
| s4n workflow visualize |
s4n visualize |
| s4n workflow save |
s4n save |
| ::: |
|
Shell completions are available using the s4n completions command
Generate shell completions
Usage: s4n completions <SHELL>
<SHELL> [possible values: bash, elvish, fish, powershell, zsh]
The command can be used to generate the shell completions for several shells.
s4n completions bash > completions.sh