@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envsync-cloud/deploy-cli",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "description": "CLI for self-hosted EnvSync deployment on Docker Swarm",
5
5
  "type": "module",
6
6
  "bin": {