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
make a helper function to construct URLs (DRY in runUrl, printUnitLogs)
don't use quotes around simple field name (e.g. 'Authorization' -> Authorization)
make it possible to run units separately i.e. running unit-cli filename[.js] (.js - optional) will synchronize unit filename (create if new, deploy if not deployed) and run it in unitcluster
sometimes local unit code becomes empty (bug)
didn't synchronize private units (bug)
Text changes:
Intro:
Hi! It seems you're runing unit-cli for the first time
Enter your UnitCluster login and API key
Login:
API key:
Folder to sync your units to [default]:
unit-cli(lowercase U) 😃runUrl,printUnitLogs)unit-cli filename[.js](.js - optional) will synchronize unitfilename(create if new, deploy if not deployed) and run it in unitcluster