devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.36k stars 361 forks source link

`devspace use profile [profile]` not working #2313

Closed hariprasadiit closed 2 years ago

hariprasadiit commented 2 years ago

What happened?
devspace use profile [profile] is not available in cli, but mentioned in the docs

What did you expect to happen instead?
devspace use profile [profile] command to work

How can we reproduce the bug? (as minimally and precisely as possible)
try using devspace use profile [profile]

My devspace.yaml:

version: 2beta1
...

Local Environment:

/kind bug

FabianKramm commented 2 years ago

@hariprasadiit thanks for creating this issue! Yes the command got removed from v5 to v6, so we will also remove it in the docs.

shaunc commented 2 years ago

Does this mean, to use a profile, we always have to specify it explicitly for every command?