Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 6797973

Browse files
committed
## Version 1.0.16
- Help Cleanup
1 parent b87f537 commit 6797973

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 1.0.16
2+
- Help Cleanup
3+
14
## Version 1.0.15
25
- Improved upgrade-cli
36
- Refactored include.sh into smud-main.sh and include.sh

smud-cli/functions-conflicts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ print_verbose "**** START: functions-conflicts.sh"
33
conflicts()
44
{
55
if [ "$help" ]; then
6-
echo "${bold}smud conflict(s)${normal} [options]: List conflicts in yaml-files or resolve conflicts in conflictiong files."
6+
echo "${bold}smud conflict(s)${normal} [options]: List conflicts in yaml-files or resolve conflicts in conflictiong files. (Under construction)"
77
echo ""
88
echo "Options:"
99
echo " <no-options>: Scan and list conflicts in yaml-files."

smud-cli/functions.sh

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,25 @@ show_valid_commands()
88
echo " update-cli Download and update the smud CLI. Required ${bold}curl${normal} installed on the computer"
99
echo " version Show the version-log of smud CLI"
1010
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)"
1212

1313
if [ ! "$is_smud_dev_repo" ]; then
1414
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."
1817
echo ""
1918
echo "More help:"
2019
echo " > smud version"
2120
echo " > smud set-upstream --help"
2221
echo " > smud init --help"
23-
echo " smud upstream --help"
2422
echo " > smud list --help"
2523
echo " > smud upgrade --help"
2624
echo " > smud list --examples"
2725
else
2826
printf "${gray}Unavaible commands:${normal}\n"
2927
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"
3330
fi
3431

3532
}

0 commit comments

Comments
 (0)