openedx / openedx/openedx-atlas
feat: Allow overly verbose mode to print file trees and sparse-checkout rules
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3
- Forks
- 13
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
This feature was initially integrated in --dry-run #11 PR. However, it makes more sense to incorporate it within the --verbose flag.
So, this would add three more features to the --verbose flag:
- Print all sparse-checkout rules via
git sparse-checkout listto aid debugging - Print the
translations_TEMPdirectorytreeafter all the files has been pulledgit checkout - Print the directory
treeof all local directories as configured by (repo_dir_from:local_dir_to)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the --verbose and --dry-run handling in the CLI, using PR #11 and the named git sparse-checkout list, git checkout, and tree commands as references. Done means verbose mode prints sparse-checkout rules, the translations_TEMP tree, and trees for all configured local directories without requiring --dry-run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100