Closed f1ames closed 1 year ago
Now -p and -t flags need to be used together. And while -t flag requires project id (-p) due to token scoping, -p flag should be allowed to be used without providing token as long as user is logged in.
-p
-t
This will be consistent with how project configuration works in VSC extension (introduced in https://github.com/kubeshop/vscode-monokle/pull/54).
project
Now
-p
and-t
flags need to be used together. And while-t
flag requires project id (-p
) due to token scoping,-p
flag should be allowed to be used without providing token as long as user is logged in.This will be consistent with how
project
configuration works in VSC extension (introduced in https://github.com/kubeshop/vscode-monokle/pull/54).