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
fmt.Fprintln(os.Stderr, "\n-env \tInstruct cli what environment you are installing to ('greengrass'/'onprem'). Default set to 'greengrass'")
766
+
fmt.Fprintln(os.Stderr, "\n-env \tInstruct cli what environment you are installing to ('greengrass'/'onprem'). Default set to 'onprem' \t(OPTIONAL)")
767
767
768
768
fmt.Fprintln(os.Stderr, "\nCommand-line Usage for ONPREM environment:")
769
-
fmt.Fprintln(os.Stderr, "\t-region \tRegion used for ssm agent download location and registration")
770
-
fmt.Fprintln(os.Stderr, "\t-version\tVersion of the ssm agent to download ('stable' or 'latest'). Default set to 'stable' if agent is not already installed")
771
-
fmt.Fprintln(os.Stderr, "\t-downgrade\tSet when the agent needs to be downgraded")
fmt.Fprintln(os.Stderr, "\t-register \tRegister ssm agent if unregistered or override is set")
769
+
fmt.Fprintln(os.Stderr, "\t-region \tRegion used for ssm agent download location and registration\t(REQUIRED)")
770
+
fmt.Fprintln(os.Stderr, "\t-version\tVersion of the ssm agent to download ('stable' or 'latest'). Default set to 'stable' if agent is not already installed\t(OPTIONAL)")
771
+
fmt.Fprintln(os.Stderr, "\t-downgrade\tSet when the agent needs to be downgraded\t(OPTIONAL but REQUIRED during downgrade)")
0 commit comments