This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun



JSR Score
88%
Published
a year ago (1.0.0)
@y0n1/janus-idp-orchestrator-tools
A CLI tool for setting up the orchestrator plugins in backstage-showcase.
Prerequisites
Installation
deno install \ -g \ --name=orchestrator-tools \ --allow-write \ --allow-read \ --allow-run=yarn \ --allow-env=FORCE_COLOR,TF_BUILD,TERM,CI,TEAMCITY_VERSION,COLORTERM \ jsr:@y0n1/janus-idp-orchestrator-tools
Usage
$ orchestrator-tools --help Usage: orchestrator-tools [options] <showcase-repo-dir> <plugins-repo-dir> Builds the Orchestrator FE+BE plugins and installs them in backstage-showcase Arguments: showcase-repo-dir The path janus-idp backstage-showcase repository was cloned to plugins-repo-dir The path janus-idp backstage-plugins repository was cloned to Options: -V, --version output the version number -h, --help display help for command
Add Package
deno add jsr:@y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";
Import directly with a jsr specifier
import * as orchestrator_tools from "jsr:@y0n1/orchestrator-tools";
Add Package
pnpm i jsr:@y0n1/orchestrator-tools
pnpm dlx jsr add @y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";
Add Package
yarn add jsr:@y0n1/orchestrator-tools
yarn dlx jsr add @y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";
Add Package
vlt install jsr:@y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";
Add Package
npx jsr add @y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";
Add Package
bunx jsr add @y0n1/orchestrator-tools
Import symbol
import * as orchestrator_tools from "@y0n1/orchestrator-tools";