UNPKG

@openfaas/faas-cli

Version:
22 lines (13 loc) 838 B
# npm Status: the OpenFaaS CLI is not yet available on `npm`, but will be coming soon. @openfaas/faas-cli [![NPM version](https://img.shields.io/npm/v/@openfaas/faas-cli.svg?style=flat)](https://www.npmjs.com/package/@openfaas/faas-cli) [![NPM monthly downloads](https://img.shields.io/npm/dm/@openfaas/faas-cli.svg?style=flat)](https://npmjs.org/package/@openfaas/faas-cli) [![NPM total downloads](https://img.shields.io/npm/dt/@openfaas/faas-cli.svg?style=flat)](https://npmjs.org/package/@openfaas/faas-cli) ## Install globally Install with [npm](https://www.npmjs.com/) as a global module: ```sh $ npm install --global @openfaas/faas-cli ``` > This will install the `faas-cli` binary alongside other npm global packages ```sh $ faas ``` See the [main faas-cli README.md](../README.md) for more information on `faas` commands.