Jonathan Jogenfors
f0bb50b61a
fix(server,cli): don't float promises ( #4433 )
...
* fix: don't allow floating promises
* fix: await all promises
* fix: download archives
* fix cli tests
* fix: skip web
2023-10-13 01:22:40 -04:00
Daniele Ricci
111372edc1
fix(cli): fix wording in usage guide ( #3378 )
2023-07-23 21:06:27 -05:00
Alex Phillips
c40aa4399b
fix(cli): read-only and sidecar support for import ( #3372 )
...
* added flag to support toggling read-only mode (read-only true by default), added sidecarPath to import request payload
* removed default on --no-read-only to prevent confusion since true is the default
2023-07-22 21:11:00 -05:00
Jonathan Jogenfors
6f4449d5e9
feat(cli) Add new CLI ( #3066 )
...
* Add new cli
* Remove old readme
* Add documentation to readme file
* Add github workflow tests for cli
* Fix typo in docs
* Add usage info to readme
* Add package-lock.json
* Fix tsconfig
* Cleanup
* Fix lint
* Cleanup package.json
* Fix accidental server change
* Remove rootdir from cli
* Remove tsbuildinfo
* Add prettierignore
* Make CLI use internal openapi specs
* Add ignore and dry-run features
* Sort paths alphabetically
* Don't remove substring
* Remove shorthand for delete
* Remove unused import
* Remove chokidar
* Set correct openapi cli generator script
* Add progress bar
* Rename target to asset
* Add deletion progress bar
* Ignore require statement
* Use read streams instead of readfile
* Fix github feedback
* Fix upload requires
* More github comments
* Cleanup messages
* Cleaner pattern concats
* Github comments
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-07-06 09:37:47 -05:00