Skip to content

Commit 3b2fb5f

Browse files
committed
more examples in documentation
1 parent 31b6b66 commit 3b2fb5f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/update_ios_android_dependencies.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,16 @@
3232
and their versions. Eg: 'release_build_files/readme.md`
3333
3434
Usage:
35-
# Update versions in default set of files in the repository.
35+
# Dryrun (does not update any files on disk but prints out all replacements for
36+
# preview) - Update versions in default set of files in the repository.
37+
python3 scripts/update_ios_android_dependencies.py --dryrun
38+
39+
# Update versions in default set of files in the repository
3640
python3 scripts/update_ios_android_dependencies.py
3741
42+
# Update only android packages
43+
python3 scripts/update_ios_android_dependencies.py --skip_ios
44+
3845
# Update specific pod files (or directories containing pod files)
3946
python3 scripts/update_ios_android_dependencies.py --podfiles foo/Podfile
4047
dir_with_podfiles

0 commit comments

Comments
 (0)