modulepackage
0.0.0-20211026085202-854ad97855da
Repository: https://github.com/g-node/gin-cli.git
Documentation: pkg.go.dev
# README
GIN-CLI
G-Node Infrastructure Command Line Client
This package is a command line client for interfacing with repositories hosted on GIN. It offers a simplified interface for downloading and uploading files from repositories hosted on GIN.
It consists of commands for interfacing with the GIN web API (e.g., listing repositories, creating repositories, managing SSH keys) but primarily, it wraps git and git-annex commands to make working with data repositories easier.
Information, setup, and guides
For installation instructions see the GIN Client Setup page.
General information, help, and guides for using GIN can be found on the GIN Info Wiki. Help and information for the client in particular can be on the following pages:
# Packages
No description provided by the author
Package ginclient augments the web package with functions to interact with GIN Gogs (https://github.com/G-Node/gogs) specifically.
Package gincmd defines the subcommands of the gin command line client.
Package git provides functions for running git and git-annex shell commands.
Package web provides functions for interacting with a REST API.