Forrest logo
back to context overview

box

List of commands for box:

  • box:phar-extension:information Display information about the PHAR PHP extension.
    $ box info
    try on your machine
    explain this command
  • box:phar:compile Compile a new Phar file.
    $ box compile
    try on your machine
    explain this command
  • box:phar:compile:using:a:specific:config:file Compile a new Phar file using a specific config file.
    $ box compile -c ${path/to/config}
    try on your machine
    explain this command
  • box:phar:file:information Display information about a specific Phar file.
    $ box info ${path/to/phar_file}
    try on your machine
    explain this command
  • box:phar:file:verify-signature Verify the signature of a specific Phar file.
    $ box verify ${path/to/phar_file}
    try on your machine
    explain this command
  • box:tldr:449ae box: Display all available commands and options.
    $ box help
    try on your machine
    explain this command
  • box:tldr:f327e box: Validate the first found config file in the working directory.
    $ box validate
    try on your machine
    explain this command
back to context overview