lablup / lablup/backend.ai

Refactor `run` command to be a combination of `start` and `exec` commands

Open
#422 2 comments 0 reactions 1 assignee Claimed by @Yaminyam View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

**Is your feature request related to a problem? Please describe.**`client-py` has 2 short-cut commands `run` and `start`, which can create new session. Since `run` command is a legacy, it has arbitrary or outdated option names such as `mode` or `type` - they both has a same choice named `batch`.-

\*Describe the solution you'd like\*implement `execute` command and change `run` command into a combination of `start` and `execute`.

**Additional context**`run` command was implemented to execute python codes.The code can be sent through API by string format or through uploading a file.

JIRA Issue: BA-267

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.