UbiFunctions
Create, manage, and locally develop UbiFunctions using the Ubidots CLI.
Usage: ubidots functions [OPTIONS] COMMAND [ARGS]...
Tool for managing and deploying functions.
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --help Show this message and exit. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโ Commands โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ add Adds a new function. โ
โ delete Deletes a specific function using its id or label. โ
โ get Retrieves a specific function using its id or label. โ
โ list Lists all available functions. โ
โ update Update a function. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏCloud operations
Create a function
Get an UbiFunction
Update an UbiFunction
Delete an UbiFunction
List all UbiFunctions
Local development
Create a local UbiFunction
UbiFunction directory structure
main file
main filemanifest file
manifest fileStart the local development environment
Push a local UbiFunction
Pull an UbiFunction from Ubidots
Example
Create the local UbiFunction
Starting the UbiFunction
Running the UbiFunction
Pushing the UbiFunction to Ubidots
Pulling the UbiFunction from Ubidots
Last updated
Was this helpful?