aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..ffdb84d
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+source nccli.env
+# TODO: validate that $DOMAIN is provided.
+API_USER=$API_USER \
+ API_KEY=$API_KEY \
+ ACCESS_IP=$ACCESS_IP \
+ ./nccli "$@"