fix: spacing with upload examples in REAMDE
This commit is contained in:
parent
ee8318bc2c
commit
1171b4f538
1 changed files with 14 additions and 14 deletions
26
README.md
26
README.md
|
|
@ -93,24 +93,24 @@ makeshift download profile default
|
|||
|
||||
```bash
|
||||
# upload a single file in root directory
|
||||
makeshift upload -d @compute-base.yaml
|
||||
makeshift upload -d @compute-base.yaml
|
||||
|
||||
# upload a directory (not working yet...)
|
||||
makeshift upload -d @setup/
|
||||
# upload a directory (not working yet...)
|
||||
makeshift upload -d @setup/
|
||||
|
||||
# upload an archive (extracted and saved on server - not working yet...)
|
||||
makeshift upload -d @setup.tar.gz -t archive
|
||||
# upload an archive (extracted and saved on server - not working yet...)
|
||||
makeshift upload -d @setup.tar.gz -t archive
|
||||
|
||||
# upload a new profile
|
||||
makeshift upload profile -d @compute.json kubernetes.json
|
||||
# upload a new profile
|
||||
makeshift upload profile -d @compute.json kubernetes.json
|
||||
|
||||
# upload a new profile with a specific path
|
||||
makeshift upload profile -d @kubernetes.json
|
||||
makeshift upload profile -d '{"id": "custom", "data": {}}' kubernetes.json
|
||||
# upload a new profile with a specific path
|
||||
makeshift upload profile -d @kubernetes.json
|
||||
makeshift upload profile -d '{"id": "custom", "data": {}}' kubernetes.json
|
||||
|
||||
# upload a new plugin
|
||||
makeshift upload plugin -d @slurm.so
|
||||
makeshift upload plugin slurm.so
|
||||
# upload a new plugin
|
||||
makeshift upload plugin -d @slurm.so
|
||||
makeshift upload plugin slurm.so
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue