@depot/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-cli.2.78.0 • Public • Published

@depot/cli

CI npm Powered by TypeScript

A Node.js package for downloading and interacting with the Depot CLI.

Installation

Use pnpm or your favorite package manager:

pnpm add @depot/cli

Usage

depot(...)

Call the Depot CLI with the given arguments - the depot(...) function accepts the same arguments as execa, automatically injecting the Depot CLI binary as the first argument.

depotBinaryPath()

Returns the path to the Depot CLI binary.

Example

import {depot, depotBinaryPath} from '@depot/cli'

async function example() {
  console.log(depotBinaryPath())

  await depot(['build', '-t', 'org/repo:tag', '.'])
}

License

MIT License, see LICENSE.

Code from ESBuild, copyright (c) 2020 Evan Wallace

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.1-cli.2.78.076latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.1-cli.2.78.076
0.0.1-cli.2.77.02
0.0.1-cli.2.76.32
0.0.1-cli.2.76.20
0.0.1-cli.2.76.13
0.0.1-cli.2.76.01
0.0.1-cli.2.75.00
0.0.1-cli.2.74.01
0.0.1-cli.2.73.10
0.0.1-cli.2.73.06,337
0.0.1-cli.2.72.00
0.0.1-cli.2.71.083
0.0.1-cli.2.70.00
0.0.1-cli.2.68.10
0.0.1-cli.2.68.00
0.0.1-cli.2.67.00
0.0.1-cli.2.66.31
0.0.1-cli.2.66.21
0.0.1-cli.2.66.10
0.0.1-cli.2.66.01
0.0.1-cli.2.65.01
0.0.1-cli.2.64.10
0.0.1-cli.2.64.00
0.0.1-cli.2.63.10
0.0.1-cli.2.63.01
0.0.1-cli.2.62.10
0.0.1-cli.2.62.00
0.0.1-cli.2.61.00
0.0.1-cli.2.60.00
0.0.1-cli.2.59.10
0.0.1-cli.2.59.01
0.0.1-cli.2.58.10
0.0.1-cli.2.58.00
0.0.1-cli.2.57.00
0.0.1-cli.2.56.01
0.0.1-cli.2.55.035
0.0.1-cli.2.54.30
0.0.1-cli.2.54.20
0.0.1-cli.2.54.10
0.0.1-cli.2.54.00
0.0.1-cli.2.53.10
0.0.1-cli.2.53.00
0.0.1-cli.2.52.11
0.0.1-cli.2.52.00
0.0.1-cli.2.51.00
0.0.1-cli.2.50.01
0.0.1-cli.2.49.00
0.0.1-cli.2.48.51
0.0.1-cli.2.48.40
0.0.1-cli.2.48.30
0.0.1-cli.2.48.21
0.0.1-cli.2.48.10
0.0.1-cli.2.48.00
0.0.1-cli.2.47.00
0.0.1-cli.2.46.01
0.0.1-cli.2.45.51
0.0.1-cli.2.45.41
0.0.1-cli.2.45.31
0.0.1-cli.2.45.20
0.0.1-cli.2.45.11
0.0.1-cli.2.45.00
0.0.1-cli.2.44.00
0.0.1-cli.2.43.01
0.0.1-cli.2.42.10
0.0.1-cli.2.42.01
0.0.1-cli.2.41.02
0.0.1-cli.2.40.01
0.0.1-cli.2.39.00
0.0.1-cli.2.38.10
0.0.1-cli.2.38.00
0.0.1-cli.2.36.70
0.0.1-cli.2.36.61
0.0.1-cli.2.36.50
0.0.1-cli.2.36.40
0.0.1-cli.2.36.30

Package Sidebar

Install

npm i @depot/cli

Weekly Downloads

6,562

Version

0.0.1-cli.2.78.0

License

MIT

Unpacked Size

117 kB

Total Files

7

Last publish

Collaborators

  • jacobwgillespie
  • kylegalbraith