kubeshop / monokle-cli

CLI for Monokle core validation library
20 stars 3 forks source link

Using project flag should not require automation token #40

Closed f1ames closed 1 year ago

f1ames commented 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.

This will be consistent with how project configuration works in VSC extension (introduced in https://github.com/kubeshop/vscode-monokle/pull/54).