Skip to content

Add PBF catalog commands, func.yaml, and deploy support to Fn CLI#723

Merged
stuartjturner merged 1 commit into
masterfrom
pbf_support
Jun 2, 2026
Merged

Add PBF catalog commands, func.yaml, and deploy support to Fn CLI#723
stuartjturner merged 1 commit into
masterfrom
pbf_support

Conversation

@Jaytee-fn

Copy link
Copy Markdown
Contributor

This PR extends Fn CLI with a broader OCI Pre-Built Function (PBF) workflow, including:

  • PBF catalog browse commands
  • PBF-backed function create improvements
  • persisted PBF source details in 'func.yaml'
  • 'fn init' and 'fn deploy' support for PBF-backed functions
  • inspect/list visibility for PBF-backed functions

Comment thread README.md Outdated

```sh
fn list pbfs versions <pbf-name-or-ocid>
fn list pbfs versions <pbf-name-or-ocid> --latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo , it should be --current instead of --latest . See, we can rollback to any old version , thus nullifying the "latest" construct.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed the flag from --latest to --current

@neelpandya neelpandya left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@stuartjturner stuartjturner self-requested a review June 2, 2026 10:28
@stuartjturner stuartjturner reopened this Jun 2, 2026
@stuartjturner stuartjturner merged commit 6f005e7 into master Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants