Files
start-os/appmgr
Lucy C 6b62f0a883 Update compatibility image (#440)
* backup create compiling

* backup restore compiling

* wip

* wip

* backups compiling

* wip

* wip update set result

* fix config set

* wip remove async

* make synchronous

* add build steps

* remove tokio

* add restore subcommand

* fix set to read stdin

* add package properties key

* proper error handle

* create config path if it doesnt exist

* fix merge conflict

* make config a path and koin config file when needed

* update cargo lock

* fix cargo lock

* update properties sub command

* fix dependency check and auto configure; clean up error handling

* fix errors

* fix properties subcommand order

* fix cargo lock

* update cargo.lock

* update appmgr cargo lock with build-portable

* fix error strings and input dependency config in dependency commands

* rename temp file instead

* read dependent config file

* fix temp config file creation

* create config file regardless if it exists

* add curl

* wip refactor config

* wip refactor config

* update rules to use embassyos config type

Co-authored-by: Chris Guida <chrisguida@gmail.com>
2022-01-21 20:35:52 -07:00
..
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2021-05-05 10:01:31 -06:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2021-01-25 09:55:02 -07:00

appmgr

Instructions

Clone the repo and enter the appmgr directory

git clone https://github.com/Start9Labs/embassy-os.git

cd embassy-os/appmgr

Install the portable version of appmgr

cargo install --path=. --features=portable --no-default-features

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