unoverse 0.1.49 → 0.1.50
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/operator/lib/ground.sh +3 -1
- package/package.json +1 -1
package/operator/lib/ground.sh
CHANGED
|
@@ -44,7 +44,9 @@ _ground_do() {
|
|
|
44
44
|
# so there is nothing to leave the flow for. The token comes from
|
|
45
45
|
# cloud.digitalocean.com/account/api (Generate New Token, read and write).
|
|
46
46
|
echo ""
|
|
47
|
-
info "doctl needs a DigitalOcean API token
|
|
47
|
+
info "doctl needs a DigitalOcean API token. Generate one here:"
|
|
48
|
+
echo ""
|
|
49
|
+
echo -e " ${CYAN}https://cloud.digitalocean.com/account/api/tokens${NC}"
|
|
48
50
|
echo ""
|
|
49
51
|
if ! doctl auth init; then
|
|
50
52
|
fail "authentication did not complete"
|
package/package.json
CHANGED