jfrog / cocoapods-art

CocoaPods Plugin to work against Artifactory Repository
Apache License 2.0
58 stars 28 forks source link

Update all repos with a single command #58

Open pdil opened 2 years ago

pdil commented 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.

jonasborsch commented 2 years ago

For now you could use something like: ls ~/.cocoapods/repos-art/ | xargs -n 1 -- pod repo-art update