Skip to content

Releases: quantcdn/quant-cli

Release 1.3.0

07 Feb 07:27
Compare
Choose a tag to compare

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...v1.3.0

v1.2.0

06 Nov 05:37
Compare
Choose a tag to compare

v1.1.0...v1.2.0

Release 1.1.0

14 Oct 03:58
Compare
Choose a tag to compare

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

27 May 10:22
Compare
Choose a tag to compare

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

26 Apr 01:09
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

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.