Push/Update your functions in the cloud

Push/Update your functions in our platform using the fstore CLI.

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.

When is the right time to push changes?

  • 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.

Push your functions using the CLI

You can copy the command below and paste it into your terminal in the root directory of your workspace.

fstore push

The push runs a group of checks that guarantee the source code consistency and verify the essential requirements for the system to work.

Last updated