mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(cli): warning when logged in and using token at the same time
This commit is contained in:
@@ -63,8 +63,9 @@ type DynamicSecretLease struct {
|
||||
}
|
||||
|
||||
type TokenDetails struct {
|
||||
Type string
|
||||
Token string
|
||||
Type string
|
||||
Token string
|
||||
PassedAsFlag bool
|
||||
}
|
||||
|
||||
type SingleFolder struct {
|
||||
|
||||
Reference in New Issue
Block a user