Convert standalone executables into a single `gargantext-cli` executable
Fixes #355 (closed).
Now we have all those scattered executables (minus the gargantext-server
, which I think it still makes sense for it to be standalone) bundled under a "swiss army knife" gargantext-cli
executable:
Usage: gargantext-cli COMMAND
CLI for the gargantext-server. Type --help for all the commands.
Available options:
-h,--help Show this help text
Available commands:
filter-terms Filter Terms and Cooc.
obfuscate-db Obfuscate a cloned Gargantext DB.
admin Create users.
import Import CLI.
init Initialise this Gargantext instance.
invitations Mailing invitations.
phylo Phylo toolkit.
phylo-profile Helper to profile phylo code.
upgrade Upgrade a Gargantext node.
golden-file-diff Compare the output of two golden files.
I have tried, whenever possible, to keep the input to the executable (in terms of argument parsing) backward compatible or anyway as close as possible as the originals.