Open pdil opened 2 years ago
Is it possible to update all repos (the ones shown by pod repo-art list) with a single command? Something like pod repo-art update --all or just pod repo-art update.
pod repo-art list
pod repo-art update --all
pod repo-art update
For now you could use something like: ls ~/.cocoapods/repos-art/ | xargs -n 1 -- pod repo-art update
ls ~/.cocoapods/repos-art/ | xargs -n 1 -- pod repo-art update
Is it possible to update all repos (the ones shown by
pod repo-art list
) with a single command? Something likepod repo-art update --all
or justpod repo-art update
.