implements multi registry management

This commit is contained in:
Keagan McClelland
2022-05-24 15:49:20 -06:00
parent 1cd0b78fa6
commit 79323465db
5 changed files with 231 additions and 11 deletions

View File

@@ -1,8 +1,10 @@
cradle:
stack:
- path: "./"
component: "start9-registry:lib"
- path: "./app"
component: "start9-registry:exe:start9-registry"
- path: "./test"
component: "start9-registry:test:start9-registry-test"
- path: "./"
component: "start9-registry:lib"
- path: "./app"
component: "start9-registry:exe:start9-registry"
- path: "./test"
component: "start9-registry:test:start9-registry-test"
- path: "./cli"
component: "start9-registry:exe:embassy-publish"