stackery repository
stackery repository
Show or set the stack repository
Synopsis
Show or set the stack repository
stackery repository [flags]
Examples
Set the repository that the Stackery stack is linked to:
stackery repository -n my-stack --git-url https://github.com/myaccount/my-stack-repo
Dissociate the Stackery stack from the current repo:
stackery repository -n my-stack --git-url none
Options
--codecommit-account string When setting the stack repository to a CodeCommit repo, the ID of the AWS account containing the repo
--git-url string Set the stack repository to a given Git clone URL
-h, --help help for repository
-n, --stack-name string The stack name
Options inherited from parent commands
--non-interactive Skip user inputs
SEE ALSO
- stackery - Stackery command line tool