Download the PHP package rokka/client-cli without Composer
On this page you can find all versions of the php package rokka/client-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rokka/client-cli
More information about rokka/client-cli
Files in rokka/client-cli
Package client-cli
Short Description CLI to use the Rokka service, using PHP
License MIT
Homepage https://rokka.io/
Informations about the package client-cli
Rokka PHP CLI
A stand-alone console client for rokka.io, built with Symfony components.
Download: .phar
The cli can be used as a standalone commandline tool. Download the .phar from our releases
page and put it into e.g. /usr/local/bin/rokka-cli
.
Installation: Composer
Note: If you are using Symfony, use the RokkaClientBundle which provides these commands in a Symfony application.
composer require rokka/client-cli
- run the CLI from
vendor/bin/rokka-cli
Commands
Available commands:
image:copy
: Copy the given image to another organizationimage:copy-all
: Copies all existing image between organizationsimage:delete
: Delete an image from a Rokka organization by its hashimage:delete-all
: Delete all images from a Rokka organizationimage:delete-subjectarea
: Remove the subject area metadata from an imageimage:download
: Download a source image from Rokka, given its hashimage:info
: Given an image hash, output its details (name, filesize, metadatas)image:list
: List all uploaded images (includes offset, limit, sort and image-search options)image:render
: Render an image with a specified stackimage:restore
: Restore the given imageimage:set-subjectarea
: Set the SubjectArea metadata to a given image-
image:upload
: Upload a given image file to Rokka.io stack:create
: Create a stackstack:clone
: Copies a given ImageStack to another name (or to a different organization)stack:clone-all
: Clones all ImageStack to another organizationstack:list
: List all available ImageStacksstack:info
: Given a Stack name, output its details (name, operations, options)-
stack:delete
: Removes an ImageStack organization:create
: Creates a new organizationorganization:info
: Prints the details of a given organizationorganization:membership:add
: Adds a membership given a user email and role-
organization:membership:info
: Prints the details of a given membership (by user email and organization) user:create
: Creates and register a new User on Rokka.io
Configuration
Without configuration, the command will only list the operations that are possible when not logged in.
Use the organization:create
and user:create
commands with the --save-as-default
option to initialize
the configuration with your user. You can then copy the rokka.yml
file to .rokka.yml
in your home directory.
If you have an existing account, create the file .rokka.yml
with the following content in your home directory:
rokka-cli
looks for rokka.yml
in the current working directory or .rokka.yml
in your home directory.
Development
Building rokka-cli.phar
Rokka-CLI uses Box to build executable Phars.
- Checkout the GIT repository
- Run
make dist
- The .phar should be at dist/rokka-cli.phar
Running PHP-CS-Fixer
All versions of client-cli with dependencies
rokka/client Version ^1.9.0
symfony/console Version ^5.2 || ^6.0 || ^7.0
symfony/finder Version ^5.2 || ^6.0 || ^7.0
symfony/config Version ^5.2 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.2 || ^6.0 || ^7.0
symfony/yaml Version ^5.2 || ^6.0 || ^7.0