Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] Provide api endpoints for odo (Phase 2) #6990

Closed
1 task done
kadel opened this issue Jul 20, 2023 · 3 comments
Closed
1 task done

[Epic] Provide api endpoints for odo (Phase 2) #6990

kadel opened this issue Jul 20, 2023 · 3 comments
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks
Milestone

Comments

@kadel
Copy link
Member

kadel commented Jul 20, 2023

@kadel kadel added the kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks label Jul 20, 2023
@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label Jul 20, 2023
@rm3l rm3l removed the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label Jul 20, 2023
@datho7561
Copy link

Here is a list of all the odo commands we use in vscode-openshift-tools:

  • odo deploy
  • odo delete component
  • odo dev
  • odo dev --debug
  • odo dev --debug --platform podman --forward localhost
  • odo list project -o json
  • odo delete namespace -f -w
  • odo create namespace -w
  • odo preference view -o json
  • odo preference add registry $NAME $URL
  • odo registry -o json
  • odo list service --namespace $NAMESPACE -o json
  • odo version
  • odo version -o json
  • odo logout
  • odo describe component
  • odo describe component -o json
  • odo registry --details --devfile $DEVFILE_NAME --devfile-registry $DEVFILE_REGISTRY-NAME -o json
  • odo logs --dev
  • odo logs --dev --platform podman
  • odo logs --dev --follow
  • odo logs --dev --follow --platform podman
  • odo analyze -o json
  • odo set namespace $NAMESPACE
  • odo delete component --files -f
  • odo add binding --service-namespace $SERVICE_NAMESPACE --service $SERVICE_NAME --name $BINDING_NAME
  • odo init --name $NAME --devfile $DEVFILE_NAME --devfile-registry $DEVFILE_REGISTRY --starter $STARTER_PROJECT

@kadel
Copy link
Member Author

kadel commented Sep 11, 2023

closing this in favor of #7083 that will be used to track extensions portion of this task

/close

@openshift-ci openshift-ci bot closed this as completed Sep 11, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 11, 2023

@kadel: Closing this issue.

In response to this:

closing this in favor of #7083 that will be used to track extensions portion of this task

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks
Projects
Archived in project
Development

No branches or pull requests

3 participants