The podify and depodify commands should accept globs (native pathname expansion) and names of resources to lookup to define the files that the operation should be executed upon.
// this will find anything with foo in the pathname
ember podify **/foo
// this will find a resource named foo and any associated files
ember podify foo
The
podifyanddepodifycommands should accept globs (native pathname expansion) and names of resources to lookup to define the files that the operation should be executed upon.