Allow to generate the `pipe run` command from the GUI
- Dominant language
- Java
- Stars
- 163
- Forks
- 65
- Avg merge
- 11h 46m
- Merged PRs (30d)
- 29
Description
# Background
At the moment a user has a couple of options to launch a new job in the Cloud Pipeline:
* API
* CLI
* GUI
The easiest way to go is the `GUI`. But for automation purposes - `CLI` is much more handy. But users have to construct the commands manually, which makes it hard to use.
It would be nice to generate the CLI commands automatically in the GUI for any run.
# Approach
1. Implement the API method, that could accept the run information (all the same, as used during the job submission) and generate a corresponding CLI command
2. GUI shall display the CLI run command in the following forms:
* Launch form
* Detached configuration form
* Run log form
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.