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
machine status shows the machine running status which is decoupled with the original machine config. So no --global/system/project/local for it. But for now, it shows is in the help UI, we need to remove them. Btw, this UI issue also exists in some other machine commands, create, ssh etc. We can create an issue for it.
The text was updated successfully, but these errors were encountered:
Only add, remove, list, and modify needs --local/project/system/global flag.
Remove them in create, destroy, status, ssh.
For rename, the current logic is that. It renames all levels if no level argument is provided. If we provide a special level, it will only affect configs above that level. (ie, only project and local if with a --project flag). I guess we can keep it for now.
fix: iterative#6940
`--global/system/project/local` help message are in some irrelevant
command `status`, `ssh`, `create`, `destroy`. These commands are more
related to running instances rather than `machine config`, level
options didn't work for them.
1. Remove `--global/system/project/local` options in `status`, `ssh`,
`create`, `destroy`.
2. Add a test for it.
3. Correct a typo error.
fix: #6940
`--global/system/project/local` help message are in some irrelevant
command `status`, `ssh`, `create`, `destroy`. These commands are more
related to running instances rather than `machine config`, level
options didn't work for them.
1. Remove `--global/system/project/local` options in `status`, `ssh`,
`create`, `destroy`.
2. Add a test for it.
3. Correct a typo error.
Extracted from #6855 (comment):
The text was updated successfully, but these errors were encountered: