Welcome to the Frodo project. Frodo is a JavaScript library and an accompanying command line interface (CLI) to manage PingOne Advanced Identity Cloud environments and ForgeRock platform deployments, both ForgeOps and classic deployments.
Frodo CLI | Frodo Library | |
---|---|---|
A command line interface to manage ForgeRock platform deployments supporting PingOne Advanced Identity Cloud environments, ForgeOps deployments, and classic deployments. Frodo-cli is powered by frodo-lib, a hybrid (ESM and CJS) library to manage ForgeRock deployments. Frodo CLI is the right tool for you if you want to manage ForgeRock deployments from the command line: Export and import your trees/journeys, scripts, and other configuration but you are not planning on writing your own code except for maybe automating the process using shell scripting or CI/CD tooling. |
JavaScript Library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments. Frodo Library powers Frodo CLI, the command line tool to manage ForgeRock deployments. Frodo Library is the right tool for you if you want to write your own tooling to automate ForgeRock platform deployments. |
|
Repo & Doc | frodo-cli | frodo-lib |
Releases | Latest Architecture (v2.0.0 and newer) Legacy Architecture (v1.0.1 and older) | Latest Architecture (v2.0.0 and newer) |
Install | If you want to use the CLI but do not intend to develop or contribute to frodo, please refer to the Quick Start guide to get up and running in minutes. | If you are a node developer and want to use `frodo-lib` as a library for your own applications, follow these instructions. |
Issues | Request cli features and report issues | Request library features and report issues |
Highlights |
Frodo allows an administrator to easily connect to and manage any number of Identity Cloud tenants, ForgeOps deployment instances, or classic deployment instances from the command line. The following tasks are currently supported:
|
|
Contributing | Help us improve the Frodo CLI | Join the effort to create the best library for ForgeRock platform management |
Maintaining | Info for Frodo CLI maintainers | Info for Frodo Library maintainers |