@envsync-cloud/deploy-cli 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1664,7 +1664,6 @@ async function cmdBootstrap() {
|
|
|
1664
1664
|
waitForHttpService(config, "keycloak management readiness", "http://keycloak:9000/health/ready", 180);
|
|
1665
1665
|
waitForHttpService(config, "openfga", "http://openfga:8090/stores");
|
|
1666
1666
|
waitForTcpService(config, "minikms", "minikms", 50051);
|
|
1667
|
-
waitForTcpService(config, "clickstack ui", "clickstack", 8080, 180);
|
|
1668
1667
|
const initResult = runBootstrapInit(config);
|
|
1669
1668
|
const persistedGenerated = normalizeGeneratedState({
|
|
1670
1669
|
openfga: {
|