Releases: quantcdn/quant-cli
Release 1.3.0
In this release we addressed a few bugs that were causing some issues for CI providers and added support for all commands to pass connection details directly, it should be even easier now to deploy with Quant CLI!
Release includes
- Rationalisation to
yargs
providers - Standardisation on
command
format and acceptable options - Fixes an issue with the shebang on cli.js that would cause quant-cli to fail in some node environments
- Added Docker support for portability
v1.2.0
- Add API version. 26b85d6
Release 1.1.0
This release brings a new feature to the node cli tool - the crawler! The crawler can be configured to scrape your website and send the found paths directly to your quant account.
Release includes
- Adds support for Quant's global meta endpoint
- Adds support for the
quant-project
header - Adds the
quant-cli crawl
command - Fixes node memory heap errors
- Adds mime detection for local files
Contributors
Release 1.0.1
The first release of the Quant CLI helper tool. This release includes more complete API integration, better HTTP client separation and some unit testing!
Release includes
- Adds Quant redirect support
- Adds Quant proxy support
- Adds unit testing
Contributors
Release 0.1.1
Initial release of quant-cli
nodesjs tool.
This release allows for:
- initialising QuantCDN (connecting to a project via API)
- deploying static assets contained within a build directory
This essentially allows for deployment of any static site (e.g build by static builders, doc builders, etc).
See https://docs.quantcdn.io/tools/quant-cli for full documentation.