@vaharoni/devops 1.1.2 → 1.1.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vaharoni/devops",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "description": "Devops utility",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -0,0 +1,5 @@
1
+ if [ -f "$PWD/config/kubeconfig" ]; then
2
+ export KUBECONFIG="$PWD/config/kubeconfig"
3
+ else
4
+ export KUBECONFIG="${HOME}/.kube/config"
5
+ fi
@@ -0,0 +1 @@
1
+ # Add here env variables that are for local development environment
@@ -0,0 +1,4 @@
1
+ # Add here env variables that are global to all environments
2
+
3
+ # This should remain locally on your machine. There is no need to set this in the remote environment.
4
+ MONOREPO_BASE_SECRET=123456789abcdef
@@ -0,0 +1 @@
1
+ # Add here env variables that are for local test environment