This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: cloudposse-archives/atlantis-experiments
Releases · cloudposse-archives/atlantis-experiments
0.2.0 git clone --recurse-submodules
what
- Add
git clone --recurse-submodules
why
- To recursively clone all git submodules into the directory
test
=== RUN TestCreateGitCloneCommand
Found Git version: 2.17.1
git clone arguments: [git clone --recurse-submodules https://github.com/runatlantis/atlantis /tmp/runatlantis/atlantis]
--- PASS: TestCreateGitCloneCommand (0.02s)
0.1.0 gh-team-whitelist command line argument
what
- Add
gh-team-whitelist
command line argument
why
- To explicitly specify GitHub teams and operations (
plan
,apply
) that the members of the teams are allowed to perform
note
- Experimental
- This is a test, DON'T open a PR against
runatlantis/atlantis