Please add a full list of available CLI rebuild commands to the manual

Alpha1

Well-known member
The manual doesn't mention CLI rebuilds. It would be nice to find an up-to-date list of CLI rebuild commands. I know we can use the LIST command in CLI, but that results in a list that is hard to read and goes outside of view. The manual would be much nicer. Especially if we can just click to copy.

Also: it would be nice if there would be a place in resource listings where the rebuild commands for an addon can be found.
 
Persoanlly I think that the build-in list / help commands are much easier than looking up commands in the manual as they are always complete and up-to-date.
Even if commands were documented in the manual, this would not include commands for 3rd party Add-ons - list does.

but that results in a list that is hard to read and goes outside of view
Pipe to a file and view that file with your favourite editor (nano, vim, etc)?
Or just pipe to a pager, eg. smth like php cmd.php list | more?
 
I've just found out that this command works to get a list of all rebuilds:
Code:
php cmd.php xf-rebuild:
It works because it doesn't work and will give a 'Did you mean?' response.
 
Well ... if somebody uses CLI they IMHO should understand pipelining as it's really a basic concept :)
I guess that depends on your point of view / context. For the novice chaining commands is more advanced than simply running a command. For a developer its a basic concept. But thanks: I learned something.
 
Back
Top Bottom