cgccli

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

cgccli

The CLI tool written in Go for accessing Cancer Genomics Cloud Public API

Go Report Card GoDoc GitHub All Releases

Installation

If you don't have Go installed you can download binary from the releases page.

If you do have Go:

go get -u github.com/aracki/cgccli
Sample usage
cgccli --token {token} projects list
cgccli --token {token} files list --project {project_id}
cgccli --token {token} files stat --file {file_id} 
cgccli --token {token} files update --file {file_id} name={name} metadata.{key}={value} 
cgccli --token {token} files download --file {file_id} --dest {file_destination}
Examples
  • Download file:

Alt Test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
Package api provides different types of functions for making http request and reading responses.
Package api provides different types of functions for making http request and reading responses.
files
Package files provides API calls related to files.
Package files provides API calls related to files.
projects
Package projects provides API calls related to projects.
Package projects provides API calls related to projects.
cmd
Package cmd provides all CLI commands.
Package cmd provides all CLI commands.
files
Package files provides files root command and all its subcommands.
Package files provides files root command and all its subcommands.
projects
Package projects provides projects root command and all its subcommands.
Package projects provides projects root command and all its subcommands.
util
Package util provides utility tools for CLI.
Package util provides utility tools for CLI.
version
Package version provides version command.
Package version provides version command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL