Skip to main content
Home
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with 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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@y0n1/orchestrator-tools

Import symbol

import * as orchestrator_tools from "@y0n1/orchestrator-tools";
or

Import directly with a jsr specifier

import * as orchestrator_tools from "jsr:@y0n1/orchestrator-tools";

Add Package

pnpm i jsr:@y0n1/orchestrator-tools
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";