Chectl uses deprecated method for creating workspaces from devfile #13623
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone
Description
After merging of the following issue the method that checlt uses (POST -> /api/devfile) for workspace creating from Devfile is going to be deprecated #13588
This method convert Devfile to WorkspaceConfig and then create a workspace with that.
It's needed to use new method in chectl
POST -> /api/workspace/devfile/
Reproduction Steps
Expected: It's possible to edit workspace configuration in Devfile format.
Actual: It's not possible to edit Devfile since workspace is actually created with converted workspace config.
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: