unoverse 0.1.159 → 0.1.160
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/help.sh +0 -1
- package/package.json +1 -1
package/operator/lib/help.sh
CHANGED
|
@@ -35,7 +35,6 @@ cmd_help() {
|
|
|
35
35
|
# SHOW THE COMMAND, not a description of it. "aws or digitalocean" told a reader the
|
|
36
36
|
# clouds exist without telling them what to type, so the shape of the command still had
|
|
37
37
|
# to be guessed. Print the line they will actually run.
|
|
38
|
-
echo -e " ${GREEN}deploy${NC} Ship it to a server ${DIM}(deploy aws · deploy digitalocean; first run asks which cloud)${NC}"
|
|
39
38
|
echo -e " ${GREEN}destroy${NC} Take it down ${DIM}(shows what goes, and what stays)${NC}"
|
|
40
39
|
echo -e " ${DIM}unoverse destroy aws · unoverse destroy digitalocean${NC}"
|
|
41
40
|
echo -e " ${GREEN}db-allow${NC} Let this machine reach the database ${DIM}(run it when you change network)${NC}"
|
package/package.json
CHANGED