mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
18 lines
338 B
Markdown
18 lines
338 B
Markdown
# appmgr
|
|
|
|
# Instructions
|
|
|
|
Add dependencies
|
|
`cargo install toml-cli`
|
|
|
|
Install the portable version of appmgr
|
|
`$ cargo install --path=. --features=portable`
|
|
|
|
## Exit Codes
|
|
1. General Error
|
|
2. File System IO Error
|
|
3. Docker Error
|
|
4. Config Spec violation
|
|
5. Config Rules violation
|
|
6. Requested value does not exist
|
|
7. Invalid Backup Password |