How do I find the component corresponding to file/folder in a sandbox
I'm trying to find which component is loaded in a sandbox. How can I obtain the component name for a specific file/folder in a sandbox?
For instance, if component appComponent is loaded in the sandbox at appSandbox/app, how can I find which component is associated with appSandbox/app? This would be easy if a Base Folder was always created when the component was loaded but unfortunately I can't make that assumption.
Thanks
Mike
Accepted answer
One way I can think out is using "scm status" command line.
You can run commands below:
> cd appSandbox/app
> scm --show-uuid yes status --no-local-refresh
The command will list the component of the current directory and its uuid.