Forrest logo
back to context overview

pod

List of commands for pod:

  • pod:tldr:38e15 pod: Show the outdated pods (of those currently installed).
    $ pod outdated
    try on your machine
    explain this command
  • pod:tldr:421f8 pod: Remove CocoaPods from a Xcode project.
    $ pod deintegrate ${xcode_project}
    try on your machine
    explain this command
  • pod:tldr:43490 pod: Update all currently installed pods to their newest version.
    $ pod update
    try on your machine
    explain this command
  • pod:tldr:4a870 pod: Create a Podfile for the current project with the default contents.
    $ pod init
    try on your machine
    explain this command
  • pod:tldr:b40c5 pod: Update a specific (previously installed) pod to its newest version.
    $ pod update ${pod_name}
    try on your machine
    explain this command
  • pod:tldr:dd0f6 pod: Download and install all pods defined in the Podfile (that haven't been installed before).
    $ pod install
    try on your machine
    explain this command
  • pod:tldr:e27c1 pod: List all available pods.
    $ pod list
    try on your machine
    explain this command
back to context overview