blob: 1bea97c536e00ea633a570d0723bf68733bf4de5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# GeneNetwork CLI
## Tags
* assigned: ??
* type: feature-request
* priority: low
* keywords: command-line interface, CLI
## Description
It would be great for GeneNetwork to have a nice command line client for doing
most if not all the things you can do with the html interface (GN2) and/or the
API (GN3).
I think this feature might interest scientific researchers who are comfortable
with the command line.
GitHub and GNU MediaGoblin have one:
=> https://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/gmg_commands MediaGoblin CLI Commands
=> https://docs.mediagoblin.org/en/master/siteadmin/commandline-upload.html
GNU MediaGoblin has a basic API:
=> https://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/api MediaGoblin API
Github Command Line Client:
=> https://cli.github.com/ gh
|