@gitrecon/gitrecon-cli
v0.0.1
Published
GitRecon cli for monitoring and reporting of unpublished changes in Git repositories across multiple computers.
Downloads
9
Maintainers
Readme
git-recon-cli
Installation
You must have a GitRecon account and API Key to use this tool.
npm install -g git-recon
Commands
Help
git-recon --help
Watch the current project directory
git-recon watch
Check for any unpublished changes in the project on other devices
git-recon check [--branch <branch>]
Clear the Git Recon local configuration for the device
git-recon reset
License
Copyright © 2022 GitRecon. All rights reserved.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.