How to use the calibre.Deploy.list function in calibre

To help you get started, we’ve selected a few calibre examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github calibreapp / cli / examples / nodejs / deploys / list.js View on Github external
const listDeploys = async () => {
  // Required
  const site = 'calibre'

  // List the deploys
  const deploys = await Deploy.list({
    site
  })

  // Output the formatted JSON response
  console.log(JSON.stringify(deploys, null, 2))
}

calibre

Calibre - Page speed performance testing with Google Lighthouse

MIT
Latest version published 2 months ago

Package Health Score

84 / 100
Full package analysis