33 lines
492 B
Markdown
33 lines
492 B
Markdown
|
# Plandex CLI Image
|
||
|
|
||
|
## How To Use
|
||
|
|
||
|
### Args
|
||
|
|
||
|
#### SRV_UID
|
||
|
|
||
|
User ID for the image and so of the data (Default: 1000)
|
||
|
|
||
|
#### SRV_GID
|
||
|
|
||
|
Group ID for the image and so of the data (Default: 1000)
|
||
|
|
||
|
#### SRV_APT_GET_INSTALL
|
||
|
|
||
|
Additional Debian modules installed
|
||
|
|
||
|
### Image Name
|
||
|
|
||
|
```
|
||
|
src.ci/srv/plandex:latest
|
||
|
```
|
||
|
|
||
|
### Install plandex script
|
||
|
|
||
|
Copy plandex script from this git to an appropiate bin directory. Can only be used in directory with .git
|
||
|
|
||
|
```shell
|
||
|
cp plandex /usr/local/bin
|
||
|
plandex help
|
||
|
```
|