@cloudcommerce/cli 2.2.1 → 2.2.2

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @cloudcommerce/cli@2.2.0 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
2
+ > @cloudcommerce/cli@2.2.1 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
3
3
  > bash ../../scripts/build-lib.sh
4
4
 
@@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
9
9
  exit 1
10
10
  fi
11
11
  if [ $# -eq 1 ]; then
12
- echo "Provide the domain as the first argument"
12
+ echo "Provide the domain as the second argument"
13
13
  exit 1
14
14
  fi
15
15
 
@@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
9
9
  exit 1
10
10
  fi
11
11
  if [ $# -eq 1 ]; then
12
- echo "Provide the domain as the first argument"
12
+ echo "Provide the domain as the second argument"
13
13
  exit 1
14
14
  fi
15
15
 
@@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
9
9
  exit 1
10
10
  fi
11
11
  if [ $# -eq 1 ]; then
12
- echo "Provide the domain as the first argument"
12
+ echo "Provide the domain as the second argument"
13
13
  exit 1
14
14
  fi
15
15
 
package/ci/bunny-setup.sh CHANGED
@@ -99,5 +99,5 @@ if [ -n "$domain" ]; then
99
99
  printf "\n\n> Added hostname \"$domain\" to pull zone"
100
100
 
101
101
  script_dir=$(dirname $0)
102
- bash $script_dir/bunny-config-base.sh $domain
102
+ bash $script_dir/bunny-config-base.sh $project_id $domain
103
103
  fi
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "description": "E-Com Plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -29,7 +29,7 @@
29
29
  "md5": "^2.3.0",
30
30
  "typescript": "~5.2.2",
31
31
  "zx": "^7.2.3",
32
- "@cloudcommerce/api": "2.2.1"
32
+ "@cloudcommerce/api": "2.2.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "bash ../../scripts/build-lib.sh"