-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- let's rename the project to
unit-cli(lowercase U) 😃 - use process.cwd() as the current path when suggesting the path first time
- don't ask the server during setup (just assume https://unitcluster.com by default)
- watch for new/deleted files
- why is daemon true by default?
- 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 unitfilename(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]:
- Watch
Watching units in [path] for changes...
- Make a readme and let's publish to NPM! 🎉
Metadata
Metadata
Assignees
Labels
No labels