rebase function

Inspect Rebase functions.

Synopsis

rebase function get <name> --project <project>
rebase function list
rebase function versions <name> --project <project>

Subcommands

SubcommandDescription
getShow function metadata.
listList functions in the active workspace.
versionsList versions for a function.

Name-based lookup requires --project. Use --id <uuid> with get or versions when you want to select a function by exact ID.

On this page