$ 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