var assetsCmd = &cobra.Command{
    Use:     "assets",
    Example: "statping assets",
    Short:   "Dump all assets used locally to be edited",
    RunE: func(cmd *cobra.Command, args []string) error {