Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2020 Changes in this version + func IsInvalidConfig(err error) bool + type Client struct + func New(config Config) (*Client, error) + func (c *Client) ReadManifest(ctx context.Context, data []byte) (Manifest, error) + type Config struct + Logger micrologger.Logger + type Manifest struct + Constraints []ManifestProject + Ignored []string + NoVerify []string + Overrides []ManifestProject + PruneOptions ManifestPruneOptions + Required []string + type ManifestProject struct + Branch string + Name string + Revision string + Source string + Version string + type ManifestPruneOptions struct + GoTests bool + NonGoFiles bool + Projects []map[string]interface{} + UnusedPackages bool Other modules containing this package github.com/giantswarm/devctl/v6 github.com/giantswarm/devctl/v7