Download the PHP package kitzberger/cli-browser without Composer
On this page you can find all versions of the php package kitzberger/cli-browser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kitzberger/cli-browser
More information about kitzberger/cli-browser
Files in kitzberger/cli-browser
Download kitzberger/cli-browser
More information about kitzberger/cli-browser
Files in kitzberger/cli-browser
Vendor kitzberger
Package cli-browser
Short Description Browse for content elements and other records via CLI
License GPL-2.0-or-later
Homepage https://github.com/kitzberger/cli_browser
Package cli-browser
Short Description Browse for content elements and other records via CLI
License GPL-2.0-or-later
Homepage https://github.com/kitzberger/cli_browser
Keywords TYPO3 CMS
Please rate this library. Is it a good library?
Informations about the package cli-browser
TYPO3 Extension cli_browser
This extension provides a simple way of browsing through DB records via the CLI.
Commands
Browsing CEs
Browsing records
Examples
Example 1: find 5 news plugins (incl. URLs)
Example 2: find 5 news records (incl. site identifier)
Example 3: find 5 news records (incl. deleted)
In case you want to extend your search to deleted records use the option:
--with-deleted
Example 4: find 5 news records (without hidden/future/past)
In case you want to exclude hidden or timed records from your search use the follwing options:
--without-hidden
--without-future
--without-past
Example 5: specify columns
In case you're not satisfied with the printed table and its columns, you can specify the columns with the option --columns
to your needs:
- For columns containing too much text and disturb the nice ascii table, you can prove a maximum length.
- For columns containing unix timestamps, you can render them as
date
ordatetime
and even provide a custom format.
All versions of cli-browser with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^9.5 || ^10.4
The package kitzberger/cli-browser contains the following files
Loading the files please wait ....