Examples (5)
Download the latest version of all dependencies mentioned in Cartfile, and build them
carthage updateUpdate dependencies, but only build for iOS
carthage update --platform iosUpdate dependencies, but don't build any of them
carthage update --no-buildDownload and rebuild the current version of dependencies (without updating them)
carthage bootstrapRebuild a specific dependency
carthage build dependencymade by @shridhargupta | data from tldr-pages