# Functions
EnterDockercfg allows the user to specify the path to the docker config json file for external image registry authentication in a UI prompt.
EnterGitHostAccessToken , it becomes necessary to add the personal access token to access upstream git hosts.
EnterGitRepo allows the user to specify the git repository in a prompt.
EnterGitWebhookSecret allows the user to specify the webhook secret string they wish to authenticate push/pull to GitOps repo in a UI prompt.
EnterImageRepoExternalRepository allows the user to specify the type of image registry they wish to use in a UI prompt.
EnterImageRepoInternalRegistry allows the user to specify the internal image registry in a UI prompt.
EnterInternalRegistry allows the user to specify the internal registry in a UI prompt.
EnterPrefix , if we desire to add the prefix to differentiate between namespaces, then this is the way forward.
EnterServiceRepoURL , allows users to differentiate between the bootstrap and init options, addition of the service repo url will allow users to bootstrap an environment through the UI prompt.
EnterServiceWebhookSecret allows the user to specify the webhook secret string they wish to authenticate push/pull to service repo in a UI prompt.
No description provided by the author
SelectOptionOverwrite allows users the option to overwrite the current gitops configuration locally through the UI prompt.
SelectOptionPushToGit allows users the option to select if they want to incorporate the feature of the commit status tracker through the UI prompt.
SelectPrivateRepoDriver lets users choose the driver for their git hosting service.
UseDefaultValues allows users to use default values so that they will be prompted with fewer questions in interactive mode.
UseInternalRegistry , allows users an option between the Internal image registry and the external image registry through the UI prompt.
UseKeyringRingSvc , allows users an option between the Internal image registry and the external image registry through the UI prompt.
ValidateAccessToken validates if the access token is correct for a particular service repo.
ValidateName will do validation of application & component names according to DNS (RFC 1123) rules Criteria for valid name in kubernetes: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/identifiers.md.
VerifyOutputPath allows the user to specify the path where the gitops configuration must reside locally in a UI prompt.