chore: updated README examples

This commit is contained in:
David Allen 2025-08-30 00:22:58 -06:00
parent 73498a08de
commit b791b84890
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -44,6 +44,18 @@ makeshift list
# list files store in the template directory with a specified host
makeshift list --host http://localhost:5050 --path templates
# list all available plugins
makeshift list plugins
# list specific plugin (for plugin info, use 'makeshift plugin info` instead)
makeshift list plugins jinja2
# list all available profiles
makeshift list profiles
# list specific profile information
makeshift list profiles default
```
Then, we can start downloading some files or directories (as archives).
@ -64,6 +76,12 @@ makeshift download -p templates --plugins smd,jinja2 --profile compute
# do everything in the above example but extract and remove archive
makeshift download -p templates --plugins smd,jinja2 --profile compute -xr
# download a raw plugin
makeshift download plugin jinja2
# download a profile
makeshift download profile default
```
> [!NOTE]