Usage
To use Wrestic simply run the following command:
It will show you a screen like this:
From there you can perform various actions, but it’s recommended to initialize the repositories first.
You can do it inside of this screen by selecting Initialize
or you can run the command directly with the CLI:
This commad will start all the repos not initialized yet from your wrestic.toml
file.
Wrestic commands
When you run the following command:
Wrestic will show you the help screen:
Autocompletion
Setting up autocompletion for Wrestic is very easy.
The only thing you have to know is which is your shell.
If you don’t know which is your shell, you can run:
So… How can I get autocompletions?
Just run:
This command will show via console the script you need for your shell.
To get autocompletion, you must save this script in a file in the respective completions folder of your shell.
Taking bash as an example, you can run:
BASH USERS, YOUR ATTENTION PLEASE:
Keep in mind that if your shell is BASH you’ll need a very popular package called:
bash-completion