Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@backstage/cli-common

backstage577.7kApache-2.00.1.15TypeScript support: included

Common functionality used by cli, backend, and create-app

backstage

readme

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2024 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

changelog

@backstage/cli-common

0.1.15

Patch Changes

  • 702f41d: Bumped dev dependencies @types/node

0.1.15-next.0

Patch Changes

  • 702f41d: Bumped dev dependencies @types/node

0.1.14

Patch Changes

  • 142abb0: The monorepo root check in findPaths will now accept a shorthand workspaces config in package.json, no longer requiring workspaces.packages.

0.1.14-next.0

Patch Changes

  • 142abb0: The monorepo root check in findPaths will now accept a shorthand workspaces config in package.json, no longer requiring workspaces.packages.

0.1.13

Patch Changes

  • de42eebaaf: Bumped dev dependencies @types/node and mock-fs.

0.1.13-next.0

Patch Changes

  • de42eebaaf: Bumped dev dependencies @types/node and mock-fs.

0.1.12

Patch Changes

  • 482dae5de1c: Updated link to docs.

0.1.12-next.0

Patch Changes

  • 482dae5de1c: Updated link to docs.

0.1.11

Patch Changes

  • 8015ff1258: Tweaked wording to use inclusive terminology

0.1.11-next.0

Patch Changes

  • 8015ff1258: Tweaked wording to use inclusive terminology

0.1.10

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.

0.1.10-next.0

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.

0.1.9

Patch Changes

  • 6e830352d4: Updated dependency @types/node to ^16.0.0.

0.1.9-next.0

Patch Changes

  • 6e830352d4: Updated dependency @types/node to ^16.0.0.

0.1.8

Patch Changes

  • Fix for the previous release with missing type declarations.

0.1.7

Patch Changes

  • c77c5c7eb6: Added backstage.role to package.json

0.1.6

Patch Changes

  • 677bfc2dd0: Keep backstage.json in sync

    The versions:bump script now takes care about updating the version property inside backstage.json file. The file is created if is not present.

0.1.5

Patch Changes

  • c2d50a0073: Add docs to the last export of cli-common

0.1.4

Patch Changes

  • ca0559444c: Avoid usage of .to*Case(), preferring .toLocale*Case('en-US') instead.

0.1.3

Patch Changes

  • d1da88a19: Properly export all used types.

0.1.2

Patch Changes

  • ab5cc376f: Add new isChildPath export