chore: updated README examples
This commit is contained in:
parent
73498a08de
commit
b791b84890
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -44,6 +44,18 @@ makeshift list
|
||||||
|
|
||||||
# list files store in the template directory with a specified host
|
# list files store in the template directory with a specified host
|
||||||
makeshift list --host http://localhost:5050 --path templates
|
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).
|
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
|
# do everything in the above example but extract and remove archive
|
||||||
makeshift download -p templates --plugins smd,jinja2 --profile compute -xr
|
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]
|
> [!NOTE]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue