An Open edX CLI tool for moving translation files from openedx-translations
GNU Affero General Public License v3.0
3
stars
7
forks
source link
feat: Allow overly verbose mode to print file trees and sparse-checkout rules #19
Open
OmarIthawi opened 1 year ago
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:git sparse-checkout list
to aid debuggingtranslations_TEMP
directorytree
after all the files has been pulledgit checkout
tree
of all local directories as configured by (repo_dir_from:local_dir_to
)