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

Bug: can't find workspace name when updating current workspace #1073

Closed
liu-hm19 opened this issue Apr 26, 2024 · 0 comments · Fixed by #1075
Closed

Bug: can't find workspace name when updating current workspace #1073

liu-hm19 opened this issue Apr 26, 2024 · 0 comments · Fixed by #1075
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@liu-hm19
Copy link
Contributor

What happened?

The kusion workspace update cmd will report an error of invalid workspace configuration: empty workspace name when updating the current workspace.

image

What did you expect to happen?

kusion workspace update -f dev.yaml can correctly work.

How can we reproduce it (as minimally and precisely as possible)?

Execute kusion workspace update -f workspace.yaml.

Anything else we need to know?

No response

Kusion version

$ kusion version
# paste output here
releaseVersion: 0.11.0
gitInfo:
    latestTag: v0.11.0
    commit: c9ad0c11d90da13e80eacfc3387d3094bce309ac
    treeState: clean
buildInfo:
    goVersion: go1.22.1
    GOOS: linux
    GOARCH: amd64
    numCPU: 4
    compiler: gc
    buildTime: "2024-04-01 12:28:31"

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Install tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants