allow export by explicit projectId

This commit is contained in:
Maidul Islam
2023-03-01 17:35:11 -05:00
parent 1f05d6ea4d
commit d3d5ead6ed
3 changed files with 12 additions and 1 deletions

View File

@@ -55,4 +55,5 @@ type GetAllSecretsParameters struct {
EnvironmentPassedViaFlag bool
InfisicalToken string
TagSlugs string
WorkspaceId string
}