You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\t-G\t\t\t\t\t\t\texclude Grafana dashboard and jfr-datasource from deployment."
39
-
echo -e "\t-r [replicas]\t\t\t\t\t\tconfigure a cryostat-reports sidecar instance(s). Optional argument is the number of replicas, which defaults to 1."
40
-
echo -e "\t-t [all|comma-list]\t\t\t\t\tinclude sample applications for Testing. Leave blank or use 'all' to deploy everything, otherwise use a comma-separated list from:\n\t\t\t\t\t\t\t\t$(find "${DIR}/compose/sample_apps" -type f -name '*.yml' -exec basename {} \;| cut -d. -f1 | grep -v https | sort | tr '\n'','| sed 's/,$//')"
41
-
echo -e "\t-A\t\t\t\t\t\t\tdisable TLS on sample applications' Agents."
42
-
echo -e "\t-V\t\t\t\t\t\t\tdo not discard data storage Volumes on exit."
43
-
echo -e "\t-X\t\t\t\t\t\t\tdeploy additional development aid tools."
%-G% exclude Grafana dashboard and jfr-datasource from deployment.
40
+
%-r [replicas]% configure a cryostat-reports sidecar instance(s). Optional argument is the number of replicas, which defaults to 1.
41
+
%-t [all|comma-list]% include sample applications for Testing. Leave blank or use \"all\" to deploy everything, otherwise use a comma-separated list from: $(find ${DIR}/compose/sample_apps -type f -name '*.yml' -exec basename {} \;| cut -d. -f1 | grep -v https | sort | tr '\n'','| sed 's/,$//')
42
+
%-A% disable TLS on sample applications' Agents.
43
+
%-V% do not discard data storage Volumes on exit.
44
+
%-X% deploy additional development aid tools.
45
+
%-c [/path/to/binary]% use specified Container engine (default \"\$(command -v podman)\").
46
+
%-b% open a Browser tab for each running service's first mapped port (ex. auth proxy login, database viewer).
47
+
%-n% do Not apply configuration changes, instead emit the compose YAML that would have been used to stdout.
48
+
%-k% disable TLS (inseKure) on the auth proxy.
49
+
%-v% enable Verbose logging. Can be passed multiple times to increase verbosity.
0 commit comments