Files
fn-serverless/tool/README.md
2016-07-17 21:24:50 -07:00

14 lines
302 B
Markdown

# Function Tool
The function tool is a tool to help you build and deploy functions to IronFunctions.
In your projects root folder, run:
```sh
iron build
```
This will iterate through your directories building any changed functions, bumping their version numbers and pushing them to Docker Hub.