hub_pull
Updated
by Michael Delzer
Pull stack sources
Synopsis
Clone or update stack and component sources from Git.
hub pull hub.yaml [-b <base directory>] [-f] [-r] [flags]
Options
-b, --baseDir string Path to base directory to clone sources into (default to manifest dir)
-h, --help help for pull
--optimize-git-remotes Optimize Git remote with local clone (same remote repository is encountered more than once) (default true)
-s, --recurse Recurse into fromStack (default true)
-r, --reset Hard-reset Git tree prior to update (kinda broken?)
Options inherited from parent commands
--all-warnings Repeat all warnings before [successful] exit (default true)
--api string Hub API service base URL, HUB_API (default "https://api.app.arkadi.dev.superhub.io")
--aws_profile string AWS ~/.aws/credentials profile, AWS_PROFILE (default "agilestacks")
--aws_region string AWS region hint (for S3 state access), AWS_DEFAULT_REGION (default "us-east-2")
--aws_use_iam_role_credentials Try EC2 instance credentials (default true)
--cache string API cache file (default is $HOME/.automation-hub-cache.yaml)
--compressed Write gzip compressed files (default true)
--config string Config file (default is $HOME/.automation-hub.{yaml,json})
-d, --debug Print debug info. Or set HUB_DEBUG=1
--encrypted string Write encrypted files if HUB_CRYPTO_PASSWORD is set. true / false (default "if-password-set")
-f, --force Force operation despite of errors. Or set HUB_FORCE=1
--log-destination string stderr or stdout (default "stderr")
-t, --trace Print detailed trace info. Or set HUB_TRACE=1
-v, --verbose Verbose mode (default true)
SEE ALSO
Automation Hub is a lifecycle and stack composition tool, hub
Click Here