macOS
brew install fnlocal Homebrew formula metadata
brew / Rang 3004
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fn in AI-Agent-Workflows.
Installation
brew install fnlocal Homebrew formula metadata
Überblick
Command-line tool for the fn project
Verlauf
fn is the command-line client for the Fn Project, an open-source, event-driven Functions-as-a-Service platform. The CLI is used to start local servers, create applications, initialize functions, deploy them, invoke them, manage contexts, and work with Oracle Cloud Infrastructure Functions settings.
The Fn CLI repository was created in 2017. Its README links the CLI to the wider Fn Project and directs users to the Fn server quickstart, detailed installation instructions, CLI command reference, tutorials, and docs.
The Fn server README describes Fn as a Docker-native FaaS platform written in Go that can run in public, private, and hybrid cloud environments, supports any language through containers, and can import Lambda functions. Later CLI documentation includes OCI Functions features such as provisioned concurrency, detached invocations, subnet-aware app creation, tags, and pre-built functions.
The official quickstart centers the CLI as the easiest way to experience Fn: install it with Homebrew or the shell installer, run `fn start`, initialize a function, create an app, deploy, and invoke. The project also maintains documentation, tutorials, Slack/community links, Stack Overflow guidance, and subprojects for Flow, UI, and load balancing.
A typical local workflow is `fn start`, `fn init --runtime go hello`, `fn create app myapp`, `fn deploy --app myapp --local`, and `fn invoke myapp hello`. The CLI docs list command groups for build, config, create, deploy, inspect, invoke, list, start, stop, update, and context management.
fn is significant as a cloud-native CLI that packages local container orchestration, serverless deployment, and provider-specific behavior into one executable. It reflects the late-2010s wave of FaaS tooling where a local developer command had to bridge Docker, remote registries, open-source servers, and managed cloud functions.
Sicherheitslage
Für fn wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.fn/config.yaml~/.fn/contexts/*.yaml./func.yamlExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fn | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:fn |
|---|---|
| Version | 0.6.63 |
| Paketmanager | Homebrew |
| Homepage | https://fnproject.io |
| Repository | https://github.com/fnproject/cli |
| Zuletzt aktualisiert | 2026-08-03T15:14:56Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.