airshipctl/cmd/document/testdata/TestPullGoldenOutput/document-pull-cmd-with-help.golden
Vladimir Kozhukalov 639e53f9a0 Change default manifest target path
Now the target path for the default manifest is
  $HOME/.airship/default. This is reasonable default
  location.

  The target path is a mandatory field in the
  definition of a manifest. If a user wants
  to use her current working directory as a location
  the manifests, then it must be properly configured
  in the $HOME/.airship/config.

Relates-To: #416
Relates-To: #417
Change-Id: I96601803939df5c7369d1580842dfabeb19aa017
2021-05-03 12:08:52 +00:00

14 lines
481 B
Plaintext

The remote manifests repositories as well as the target path where
the repositories will be cloned are defined in the airship config file.
By default the airship config file is initialized with the
repository "https://opendev.org/airship/treasuremap" as a source of
manifests and with the manifests target path "$HOME/.airship/default".
Usage:
pull [flags]
Flags:
-h, --help help for pull
-n, --no-checkout No checkout is performed after the clone is complete.