You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a CLI bug specifically. Recording an observation based on testing of a new CLI plugin I've developed that would use the metadata registry. Let me know if this isn't the right place to add questions regarding SDR.
When I retrieve Bots and Bot Versions with the current CLI, it will add them to bots under a specific sub-folder with the bot's name. So I don't have any issues with how the CLI retrieves and deploys bot versions.
Bots and Bot Versions both live in the same directory bots. They get pulled into sub-directories for each bot you have. The below JSON has the Bot Version directory has botVersions. I believe this should be changed to bots to match bot.
I also think bot and botversion should be updated to set inFolder from false to true since they go into sub-folders for the bot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not a CLI bug specifically. Recording an observation based on testing of a new CLI plugin I've developed that would use the metadata registry. Let me know if this isn't the right place to add questions regarding SDR.
When I retrieve Bots and Bot Versions with the current CLI, it will add them to
bots
under a specific sub-folder with the bot's name. So I don't have any issues with how the CLI retrieves and deploys bot versions.https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json
Bots and Bot Versions both live in the same directory
bots
. They get pulled into sub-directories for each bot you have. The below JSON has the Bot Version directory hasbotVersions
. I believe this should be changed tobots
to matchbot
.I also think
bot
andbotversion
should be updated to setinFolder
fromfalse
totrue
since they go into sub-folders for the bot.Beta Was this translation helpful? Give feedback.
All reactions