FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ellisp97/cli: CLI tool for fnproject. · GitHub

/ cli Public
forked from fnproject/cli
 
 

Repository files navigation

Fn CLI

Install

brew install fn

or

curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh

Build from source

See CONTRIBUTING for instructions to build the CLI from source.

Quickstart

See the Fn Quickstart for sample commands.

Announcement

The Fn CLI command structure has changed as of version 0.4.109

Please refer to the Fn CLI Wiki page for information on why we chose this structure and for more details.

Commands that have not changed:

build
bump
call
deploy
init
push
run
test
start
stop

Commands that have changed:

These nouns are now second-level commands.

apps
routes
calls
logs
context

These verbs are now top-level commands.

config
create
delete
get
inspect
list
unset
update
use

Commands that have been removed:

images 

As mention in CLI Proposal 'All subcommands of 'fn images' exist as top-level commands, this makes the use of images redundant and will be deprecated'

Examples:

fn [verb] [noun] <command>

fn config app <app> <key> <value>
fn create route <app> <route> <image>
fn delete route <app> <route>
fn get log <app> <call-id>
fn inspect route <app> <route>
fn list calls
fn unset config app <app> <key>
fn update route <app> <route>
fn use conetxt <context>

About

CLI tool for fnproject.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL