You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl devworkspace init # deploy the DevWorkspace operator
$ kubectl devworkspace create <path>/<url> [--devfile-path <path>] # look for a devfile at the root of the git# repo, if not found use a universal devfile.# Then generate and apply a devworkspcace
$ kubectl devworkspace debug [-n <namespace>] <pod># look for the git repo annotatation and create# a workspace based on that. Fails if the git # repo annotation doesn't exist
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: