scm-manager / cli

Command line interface for SCM-Manager
MIT License
0 stars 2 forks source link

Usage

  1. Run go build scm.go to compile the binary
  2. Start using the cli with ./scm login {server_url}
  3. Find out which commands are available on your server using ./scm

Documentation

Find out how to implement own cli commands in the related cli guidelines