Skip to content

reanahub/reana-client-go

Repository files navigation

REANA-Client-Go

image image image image

About

REANA-Client-Go is a component of the REANA reusable and reproducible research data analysis platform. It provides a command-line tool that allows researchers to submit, run, and manage their computational workflows.

  • seed workspace with input code and data
  • run computational workflows on remote compute clouds
  • list submitted workflows and enquire about their statuses
  • download results of finished workflows

Usage

The detailed information on how to install and use REANA can be found in docs.reana.io.

Shell completion

The reana-client-go supports shell completion for Bash and Zsh. To enable the auto-completion of commands and options, add the following to your shell configuration file:

Bash (add to ~/.bashrc):

source <(reana-client-go completion bash)

Zsh (add to ~/.zshrc):

source <(reana-client-go completion zsh)
compdef _reana-client-go reana-client-go

Useful links

About

REANA command-line client in Go

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors