add: docs
This commit is contained in:
parent
b70bd9ad17
commit
0661280db5
43
docs/config.md
Normal file
43
docs/config.md
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
|
||||||
|
## Environment vars
|
||||||
|
|
||||||
|
|
||||||
|
* `IDM_DEBUG`:
|
||||||
|
* Type: Bool
|
||||||
|
* Desc: Set true for shell debugging
|
||||||
|
|
||||||
|
### Core Config
|
||||||
|
|
||||||
|
* `IDM_BIN`:
|
||||||
|
* Type: String/Path
|
||||||
|
* desc: Path of the idmgr executable script
|
||||||
|
* `IDM_DIR_ROOT`:
|
||||||
|
* Type: String/Path
|
||||||
|
* desc: Path of the idmgr code/library path
|
||||||
|
|
||||||
|
* `IDM_NO_BG`:
|
||||||
|
* Type: Bool
|
||||||
|
* Default: false
|
||||||
|
* Desc: Disable background service start
|
||||||
|
* Note: Will not start ssh-agent or other services ...
|
||||||
|
|
||||||
|
* `IDM_DISABLE_AUTO`:
|
||||||
|
* Default: ''
|
||||||
|
* Type: Words
|
||||||
|
* Desc: Disable some module components
|
||||||
|
* Example:
|
||||||
|
* `IDM_DISABLE_AUTO+=" git__enable git__disable git__kill "`
|
||||||
|
* `IDM_DISABLE_AUTO+="ps1__ls"`
|
||||||
|
|
||||||
|
### Id
|
||||||
|
|
||||||
|
* `IDM_LAST_ID_SAVE`:
|
||||||
|
* Type: Bool
|
||||||
|
* Default: true
|
||||||
|
* desc: Should the last loaded ID saved
|
||||||
|
|
||||||
|
* `IDM_LAST_ID_AUTOLOAD`:
|
||||||
|
* Type: Bool
|
||||||
|
* Default: true
|
||||||
|
* desc: Should the last saved ID should be enabled at shell startup
|
||||||
Loading…
x
Reference in New Issue
Block a user