var decryptCmd = &cobra.Command{
    Short:   "Decrypt yaml file",
    Long:    `Decrypts file with --secret and outputs to stdout`,
    Use:     "decrypt path-to-yaml-file",
    Example: "  syml decrypt ~/chart/values.prod.yaml > ~/secrets/values.prod.decrypted.yaml",