- Start a new nu-shell
- Run
source ./script.nu
to get the functions into your shell session - Run
help sysml
to find out what functions there are - Use the built-in
--help
arg to find out details about a function
- example:
elements --help
- Big tables ahead? Pipe the table into a the
explore
command to get an interactive table browser
- example:
fetch-subelements 9f308a28-587e-493e-8537-2c7c3593de50 f652286a-cc47-45c0-96bf-aa67349b986f 7b27ac6a-93bb-4cf6-bc58-f5bedc30b65f | explore
- Don't know valid arguments? Hit the
[TAB]
key to get some suggestions!