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
Added node version check to warn if the used version is < 18
Added check to see if the payload is a string of digits (number) to be added as a string (not to put through JSON parse/stringify) to prevent numbers getting printed in X.Ye+Z form
Display full path of the broker configuration used by the commands (e.g., /Users/XYZ/.stm/stm-cli-config.json)
stm feed
Added export sub-command to export a local or a community feed to an archive (zip) file. The goal is to be able to share among teams, maintain it in a SCCS and others!
Added import sub-command to import an exported feed archive to create a feed in the local repository
Dropped support for copy sub-command, as the import/export offers a better interface
Feed Configure (Rules)
Fixed feed configure UI to display feed name at the footer
Display appropriate feed details for an API Feed in the info page