mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
Fix: Secrets order
This commit is contained in:
@ -119,6 +119,7 @@ var exportCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
secrets = util.FilterSecretsByTag(secrets, tagSlugs)
|
||||
secrets = util.SortSecretsByKeys(secrets)
|
||||
util.HandleSendTestSecrets(cmd, secrets)
|
||||
|
||||
output, err = formatEnvs(secrets, format)
|
||||
|
Reference in New Issue
Block a user