How can I use mfpdev-cli upload (deploy) the .adapter?
I need upload the .zip and .adapter in my MFP project
when I call (in root folder)
mfpdev app webupdate --build
and I will get projecet.zip in MobileFirst folder
then, I call (not in root folder)
mfpdev app webupdate --file project.zip
it's success update.
then It the same in adapter
I call (in root folder)
mfpdev adapter build
and get projectAdapte.adapter in target folder
then, how can I upload this projectAdapte.adapter (not in root folder and not use mfpdev adapter deploy )?