# Functions

CreatePullRequestFromTemplate uses a TemplatePullRequester adapter to create a pull request from a template.
GetCredentials uses a CredentialsRetriever adapter to show a list of CAPI credentials.
GetTemplate uses a TemplatesRetriever adapter to show print template to the console.
GetTemplateParameters uses a TemplatesRetriever adapter to show a list of parameters for a given template.
GetTemplateProfiles uses a TemplatesRetriever adapter to show a list of profiles for a given template.
GetTemplates uses a TemplatesRetriever adapter to show a list of templates to the console.
GetTemplatesByProvider uses a TemplatesRetriever adapter to show a list of templates for a given provider to the console.
No description provided by the author
RenderTemplate uses a TemplateRenderer adapter to show a template populated with parameter values.

# Constants

CAPITemplateKind defines a CAPI template.
Default no template kind.
GitOpsTemplateKind defines a TF-Controller template.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

CredentialsRetriever defines the interface that adapters need to implement in order to retrieve CAPI credentials.
TemplatePullRequester defines the interface that adapters need to implement in order to create a pull request from a template (e.g.
TemplateRenderer defines the interface that adapters need to implement in order to render a template populated with parameter values.
TemplatesRetriever defines the interface that adapters need to implement in order to return an array of templates.

# Type aliases

No description provided by the author