Skip to content

Commit

Permalink
Add token flag to export command
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 4, 2023
1 parent 1bd1805 commit 0d57a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/packages/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func init() {
exportCmd.Flags().Bool("expand", true, "Parse shell parameter expansions in your secrets")
exportCmd.Flags().StringP("format", "f", "dotenv", "Set the format of the output file (dotenv, json, csv)")
exportCmd.Flags().Bool("secret-overriding", true, "Prioritizes personal secrets, if any, with the same name over shared secrets")
exportCmd.Flags().String("token", "", "Fetch secrets using the Infisical Token")
}

// Format according to the format flag
Expand Down

0 comments on commit 0d57a26

Please sign in to comment.