Forrest logo
back to context overview

pickle

List of commands for pickle:

  • pickle:tldr:55685 pickle: Package a PECL extension for release.
    $ pickle release ${path-to-directory}
    try on your machine
    explain this command
  • pickle:tldr:ad16d pickle: Validate a PECL extension.
    $ pickle validate ${path-to-directory}
    try on your machine
    explain this command
  • pickle:tldr:e4038 pickle: Install a specific PHP extension.
    $ pickle install ${extension_name}
    try on your machine
    explain this command
  • pickle:tldr:f6784 pickle: Convert an existing PECL extension configuration to a Pickle configuration file.
    $ pickle convert ${path-to-directory}
    try on your machine
    explain this command
back to context overview