Skip to content

SyncFunctionsOptions

Options for syncing functions

Property Type Description
functions FunctionSpec[] Functions to sync
namespace? string Namespace to sync functions to (defaults to “default”)
options? object Options for sync operation
options.delete_missing? boolean Delete functions in namespace that are not in the sync payload
options.dry_run? boolean Preview changes without applying them