demo
Install or list the bundled example scripts.
julia --project=. -m DistSSHKit demo install with_kit
julia --project=. -m DistSSHKit demo list
julia --project=. -m DistSSHKit demo install without_kit --dest DIRWalkthrough: First Steps · Demo.
Flags / subcommands
| Form | Meaning |
|---|---|
demo list | Show demo ids and package paths |
demo install with_kit | Copy demos/with_kit/ into ./demos/ |
demo install without_kit | Copy demos/without_kit/ into ./demos/ |
--dest DIR | Install under DIR/demos/ instead of ./demos/ |
--force | Overwrite existing demo files |
-h / --help | Help |
Bare demo install (both families) is refused. Layout under demos/ after install:
| Path | Role | Command |
|---|---|---|
with_kit/ | Driver (init / main) | drive or pipeline! |
without_kit/ | Standalone Julia | julia …, go, or go! |
Refuses to install into the package's own demos/ tree. Prefer --dest DIR when developing the kit itself.