Push/Update your functions in the cloud
Push/Update your functions in our platform using the fstore CLI.
Last updated
Push/Update your functions in our platform using the fstore CLI.
Last updated
When you have finished writing a new function, and your workspace is in good shape to be updated, you can push your entire workspace by running the push command of fstore CLI in the root directory of the workspace.
You added a new function in the workspace.
You implemented a new feature of an existing function.
You fixed a bug in an existing function.
You updated the documentation of a function.
You can copy the command below and paste it into your terminal in the root directory of your workspace.
The push runs a group of checks that guarantee the source code consistency and verify the essential requirements for the system to work.