@magda/acs-cmd 0.0.60 → 1.0.0-alpha.3
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/README.md +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -49,8 +49,10 @@ Commands:
|
|
|
49
49
|
|
|
50
50
|
> You will need to port forward the Magda database to localhost to make sure the utility can connect to your Magda database.
|
|
51
51
|
|
|
52
|
-
-
|
|
53
|
-
|
|
52
|
+
- To do so, You can run `kubectl port-forward combined-db-postgresql-0 5432`.
|
|
53
|
+
- If you didn't install magda to the default namespace, you can use: `kubectl port-forward -n [namespace] combined-db-postgresql-0 5432`
|
|
54
|
+
|
|
55
|
+
> Prior to Magda v1.0.0, you should port-forward pod combined-db-0
|
|
54
56
|
|
|
55
57
|
#### Example
|
|
56
58
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magda/acs-cmd",
|
|
3
3
|
"description": "MAGDA Account Management Utilities",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "1.0.0-alpha.3",
|
|
5
5
|
"bin": {
|
|
6
6
|
"acs-cmd": "./bin/acs-cmd/acs-cmd.js"
|
|
7
7
|
},
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@magda/scripts": "^0.0.
|
|
18
|
-
"@magda/typescript-common": "^0.0.
|
|
17
|
+
"@magda/scripts": "^1.0.0-alpha.3",
|
|
18
|
+
"@magda/typescript-common": "^1.0.0-alpha.3",
|
|
19
19
|
"fs-extra": "^2.1.2",
|
|
20
20
|
"webpack": "^4.41.2",
|
|
21
21
|
"webpack-cli": "^3.3.10"
|