mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Add an odo run command to manually execute command during odo dev (#6857)
* Add a run command * Check command name passed as arg * Check platform is available * Add a Run method to the DevClient * Run command on cluster * Add test with run command on cluster * Implement and test run on podman * Enhance test to check that command has been executed in container * Fix `odo help` test * Refactor common code for podman/cluster * Test Apply commands on Kubernetes/Images * Test a msg is displayed when executing odo run without odo dev * Review * makes GetRunningPodFromSelector return only Running pods on Podman
This commit is contained in:
@@ -34,6 +34,7 @@ Examples:
|
||||
init Init bootstraps a new project
|
||||
logs Show logs of all containers of the component
|
||||
registry List all components from the Devfile registry
|
||||
run Run a specific command in the Dev mode
|
||||
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user