mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
14 lines
302 B
Markdown
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.
|
|
|