summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/webapps/snow/clojurescript/snow/src/core.cljs8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/webapps/snow/clojurescript/snow/src/core.cljs b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
index 1f6fe21..304e5ec 100644
--- a/lisp/webapps/snow/clojurescript/snow/src/core.cljs
+++ b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
@@ -199,7 +199,8 @@
(hiccups/defhtml template-git-update [jsonobj]
[:h3 {:style "text-align: center"} "Update the Olo git checkouts on your workstation."]
- [:h5 {:style "text-align: center"} "(Assumes that a working github-cli is present.)"]
+ [:h5 {:style "text-align: center"} "Clones all repos in ololabs, ololabs-geo and omnivore under the directory specified in your <code>OLO_PROJECT_HOME</code> environment variable."]
+ [:h5 {:style "text-align: center"} "Assumes that a working github-cli and a valid <code>GITHUB_TOKEN</code> environment variable are present."]
[:div {:id "content"}]
[:div {:id "results"}])
@@ -406,6 +407,7 @@
(hiccups/defhtml template-octopus-machines-with-roles [jsonobj]
[:h3 {:style "text-align: center"} "Find the Octopus machines and their environments containing the roles."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:div {:id "content"}]
[:div {:id "results"}])
@@ -457,6 +459,7 @@
(hiccups/defhtml template-octopus-environments-with-roles [jsonobj]
[:h3 {:style "text-align: center"} "Find the octopus ODE environments with machines containing the roles."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:div {:id "content"}]
[:div {:id "results"}])
@@ -509,6 +512,7 @@
(hiccups/defhtml template-octopus-projects-with-roles [jsonobj]
[:h3 {:style "text-align: center"} "Find all octopus projects containing the supplied roles."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:div {:id "content"}]
[:div {:id "results"}])
@@ -561,6 +565,7 @@
(hiccups/defhtml template-octopus-ode-deploy-release [jsonobj]
[:h3 {:style "text-align: center"} "Deploy an octopus release to one or more ODEs."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:div {:id "content"}]
[:div {:id "results"}])
@@ -615,6 +620,7 @@
(hiccups/defhtml template-octopus-latest-deployments [jsonobj]
[:h3 {:style "text-align: center"} "Find the latest octopus deployments in each environment."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:div {:id "content"}]
[:div {:id "results"}])