Document cache param
This commit is contained in:
parent
e6e1ff4e8c
commit
6cb38a019b
2 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,11 @@ The target name may be substituted with a `-` to pull the default target.
|
|||
sudo arkdep deploy - 00ce35074659538f946be77d9efaefc37725335689
|
||||
```
|
||||
|
||||
An item may be installed directly from the local `/arkdep/cache` directory, this will skip the database download and checksum check.
|
||||
```shell
|
||||
sudo arkdep deploy cache 00ce35074659538f946be77d9efaefc37725335689
|
||||
```
|
||||
|
||||
You do not have to provide the full basename, you can provide it with an impartial basename, the first hit will be pulled and deployed.
|
||||
```shell
|
||||
sudo arkdep deploy arkanelinux 00ce
|
||||
|
|
3
arkdep
3
arkdep
|
@ -32,6 +32,9 @@ if [[ ! -n $1 ]]; then
|
|||
arkdep deploy test-arkanelinux-kde stable_v1
|
||||
Download the defined image release from the specified variant
|
||||
|
||||
arkdep deploy cache stable_v1
|
||||
Deploy an image from the cache directly skipping database download and checksum check
|
||||
|
||||
arkdep remove stable_v1
|
||||
Remove the defined deployment
|
||||
END
|
||||
|
|
Loading…
Add table
Reference in a new issue