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
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: smud-cli/functions.sh
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,25 @@ show_valid_commands()
8
8
echo" update-cli Download and update the smud CLI. Required ${bold}curl${normal} installed on the computer"
9
9
echo" version Show the version-log of smud CLI"
10
10
echo" list List products ready for installation or current products installed."
11
-
echo" conflict(s) Scan and list conflicts in yaml-files."
11
+
echo" conflict(s) Scan and list conflicts in yaml-files. (Under construction)"
12
12
13
13
if [ !"$is_smud_dev_repo" ];then
14
14
echo" upgrade Upgrade one or more productst to the repository."
15
-
echo" set-upstream Set upstream. If not specfied upstream-url, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured."
16
-
echo" upstream Fetch upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured before upstream is fetched."
17
-
echo" init Same as upstream"
15
+
echo" set-upstream Set upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured.\n"
16
+
echo" init Fetch upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured before upstream is fetched."
18
17
echo""
19
18
echo"More help:"
20
19
echo" > smud version"
21
20
echo" > smud set-upstream --help"
22
21
echo" > smud init --help"
23
-
echo" smud upstream --help"
24
22
echo" > smud list --help"
25
23
echo" > smud upgrade --help"
26
24
echo" > smud list --examples"
27
25
else
28
26
printf"${gray}Unavaible commands:${normal}\n"
29
27
printf"${gray}upgrade Upgrade one or more productst to the repository.${normal}\n"
30
-
printf"${gray}set-upstream Set upstream. If not specfied upstream-url, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured.\n"
31
-
printf"${gray}upstream Fetch upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured before upstream is fetched. ${normal}\n"
32
-
printf"${gray}init Same as upstream${normal}\n"
28
+
printf"${gray}set-upstream Set upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured.\n"
29
+
printf"${gray}init Fetch upstream. If upstream-url is not set, the https://github.com/DIPSAS/DIPS-GitOps-Template.git will be configured before upstream is fetched. ${normal}\n"
0 commit comments