patrol_cli

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

patrol cli

patrol_cli #


Command-line tool to make working with patrol easier.
Installation #
From pub.dev #
$ dart pub global activate patrol_cli
copied to clipboard
From git #


Make sure that you have Dart >= 2.18 installed.
$ dart --version
copied to clipboard


Clone the repo.


Go to packages/patrol_cli.


Run dart pub global activate --source path .


Troubleshooting #
If you can't run patrol from the terminal and the error is something along the
lines of "command not found", make sure that you've added appropriate
directories to PATH:

on Unix-like systems, add $HOME/.pub-cache/bin
on Windows, add %USERPROFILE%\AppData\Local\Pub\Cache\bin

Shell completion #
Patrol CLI supports shell completion for bash, zsh and fish, thanks to the
cli_completion package. It will automatically append code necessary to make
the completion work to your shell's respective config file (e.g. ~/.zshrc). To
disable this value, set the PATROL_NO_COMPLETION environment variable to any
value.
Usage #
Read the documentation:

setup
test command

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.