cocoapods-art
cocoapods-art copied to clipboard
Update all repos with a single command
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.
For now you could use something like: ls ~/.cocoapods/repos-art/ | xargs -n 1 -- pod repo-art update