Versions in this module Expand all Collapse all v2 v2.1.0 Nov 27, 2024 v2.0.1 Jul 10, 2024 v2.0.0 Apr 20, 2024 Changes in this version + const APIKeyFlag + const AnsibleGalaxyCollectionInstallSubCommand + const ClearResponseCacheFlag + const CollectionsPathFlag + const DisableGPGVerifyFlag + const ForceFlag + const ForceWithDepsFlag + const IgnoreCertsFlag + const IgnoreErrorsFlag + const IgnoreSignatureStatusCodeFlag + const IgnoreSignatureStatusCodesFlag + const KeyringFlag + const NoCacheFlag + const NoDepsFlag + const OfflineFlag + const PreFlag + const RequiredValidSignatureCountFlag + const RequirementsFileFlag + const ServerFlag + const SignatureFlag + const TimeoutFlag + const TokenFlag + const UpgradeFlag + const VerboseFlag + const VersionFlag + type AnsibleGalaxyCollectionInstallCmd struct + Binary string + CollectionNames []string + GalaxyCollectionInstallOptions *AnsibleGalaxyCollectionInstallOptions + func NewAnsibleGalaxyCollectionInstallCmd(options ...AnsibleGalaxyCollectionInstallOptionsFunc) *AnsibleGalaxyCollectionInstallCmd + func (p *AnsibleGalaxyCollectionInstallCmd) Command() ([]string, error) + func (p *AnsibleGalaxyCollectionInstallCmd) String() string + type AnsibleGalaxyCollectionInstallOptions struct + APIKey string + ClearResponseCache bool + CollectionsPath string + DisableGPGVerify bool + Force bool + ForceWithDeps bool + IgnoreCerts bool + IgnoreErrors bool + IgnoreSignatureStatusCode bool + IgnoreSignatureStatusCodes string + Keyring string + NoCache bool + NoDeps bool + Offline bool + Pre bool + RequiredValidSignatureCount int + RequirementsFile string + Server string + Signature string + Timeout string + Token string + Upgrade bool + Verbose bool + Version bool + func (o *AnsibleGalaxyCollectionInstallOptions) GenerateCommandOptions() ([]string, error) + func (o *AnsibleGalaxyCollectionInstallOptions) String() string + type AnsibleGalaxyCollectionInstallOptionsFunc func(*AnsibleGalaxyCollectionInstallCmd) + func WithBinary(binary string) AnsibleGalaxyCollectionInstallOptionsFunc + func WithCollectionNames(roleNames ...string) AnsibleGalaxyCollectionInstallOptionsFunc + func WithGalaxyCollectionInstallOptions(options *AnsibleGalaxyCollectionInstallOptions) AnsibleGalaxyCollectionInstallOptionsFunc v2.0.0-rc.3 Apr 4, 2024