Sha256: 426a8ed608e44614d83bc9b3e3480fb77efc0ab7946a12399aec753f92b16309

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

[![Gem Version](https://badge.fury.io/rb/faastruby.svg)](https://badge.fury.io/rb/faastruby)
[![Build Status](https://travis-ci.org/FaaStRuby/faastruby-cli.svg?branch=master)](https://travis-ci.org/FaaStRuby/faastruby-cli)

# faastruby-cli

CLI tool for managing workspaces and functions hosted at [FaaStRuby](https://faastruby.io).

## What is FaaStRuby?
FaaStRuby is a serverless platform built for Ruby developers.

* [Tutorial](https://faastruby.io/getting-started)

## Try it

1. Install the gem:

```
~$ gem install faastruby
```

2. Create a function and deploy it to a workspace:

```
~$ faastruby new hello-world
~$ cd hello-world
~/hello-world$ faastruby deploy-to awesome-prod
◐ Running tests... Passed!
...

Finished in 0.00563 seconds (files took 0.15076 seconds to load)
3 examples, 0 failures

◐ Building package... Done!
◐ Deploying to workspace 'awesome-prod'... Done!
Endpoint: https://api.tor1.faastruby.io/awesome-prod/hello-world
```

3. Run it:

```
~/hello-world$ curl https://api.tor1.faastruby.io/awesome-prod/hello-world
Hello, World!
```

Build lots of functions and share them with fellow Ruby devs!

## FaaStRuby + Hyperstack = fullstack Ruby apps!

Do you think JavaScript is your only option for the front-end? Think again. [Hyperstack](https://hyperstack.org) is a Ruby DSL, compiled by Opal, bundled by Webpack, powered by React.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
faastruby-0.4.12 README.md
faastruby-0.4.11 README.md
faastruby-0.4.10 README.md