@jango-blockchained/hoox-cli 0.5.8 → 0.5.10

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26146,7 +26146,7 @@ class DockerService {
26146
26146
  return file2.exists();
26147
26147
  }
26148
26148
  async composeUp(profiles, detached = false) {
26149
- const args = ["compose", "up", "--profile", ...profiles];
26149
+ const args = ["compose", "--profile", ...profiles, "up"];
26150
26150
  if (detached) {
26151
26151
  args.push("-d");
26152
26152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jango-blockchained/hoox-cli",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
4
4
  "description": "Hoox CLI — manage Cloudflare Workers, infrastructure, secrets, and deployments (@jango-blockchained/hoox-cli)",
5
5
  "type": "module",
6
6
  "bin": {