diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-09-18 22:28:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-09-18 22:28:52 +0000 |
| commit | 0df96f374a028312572f91ea00787800e9dca69a (patch) | |
| tree | 9f3cc38aa59ee1c44d43fa113116004b41d4d16a /run.sh | |
| parent | e08c3889c19fce02f36a085d7f0930d2fbb6c49f (diff) | |
better ux for the domain cli arg
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 "$@" |
