Skip to content

Commit

Permalink
docs(README): adds descriptions for all inputs (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Jan 9, 2024
1 parent 2a971c6 commit d5c4844
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Associates this new version with the given ID of a Speckle Function.

Your Speckle Token must have write permissions for the Speckle Function with this ID, otherwise the publish will fail.

#### `speckle_function_input_schema_file_path`

*Optional.* The path to the JSON Schema file that describes the input schema for this version of the Speckle Function. This file is used to define the input form that will be presented to users when they compose an Automation based on this Function. If not provided, no input form will be presented to users.

#### `speckle_function_command`

The command to run when this version of the Speckle Function is invoked. This command must be a valid command for the Docker image that contains the Speckle Function. This command must be a single string.

#### `speckle_function_release_tag`

The release tag for this version of the Speckle Function. This is intended to provide a more human understandable name for this version, and we recommend using the Git SHA of the commit used to generate this function version. The name must conform to the following:
Expand Down

0 comments on commit d5c4844

Please sign in to comment.