Skip to main content
Version: development

aperturectl blueprints pull

Pull Aperture Blueprints

Synopsis

Use this command to pull the Aperture Blueprints in local system to use for generating Aperture Policies and Grafana Dashboards.

aperturectl blueprints pull [flags]

Examples

aperturectl blueprints pull

aperturectl blueprints pull --version latest

Options

  -h, --help   help for pull

Options inherited from parent commands

      --skip-pull        Skip pulling the blueprints update.
--uri string URI of Custom Blueprints, could be a local path or a remote git repository, e.g. github.com/fluxninja/aperture/blueprints@latest. This field should not be provided when the Version is provided.
--version string Version of official Aperture Blueprints, e.g. latest. This field should not be provided when the URI is provided (default "latest")

SEE ALSO