npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@flosum/cli

v0.0.1

Published

Devops cli

Readme

@flosum/cli

CLI tool for Flosum operations.

Prerequisites

  • Node.js LTS (22.x or newer)
  • npm 9+

Commands

1. flosum commands

flosum login [options]

Description

Login into global settings and retrieve data about related services.

Options:

  1. -a, --alias \

: Optional. Alias which saved credentials will be accessed with (default: "default").

  1. -t, --token \

: Optional. Token for getting access to flosum services. If not specified it will be requested during command execution.

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum logout [options]

Description

Delete saved credentials.

Options:

  1. -a, --alias \

: Optional. Alias which saved credentials will be accessed with (default: "default").

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum logout [options]

Description

Display all authorized credentials.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.

2. flosum devops commands

flosum devops init [options]

Description

Create salesforce project and cli system files.

Options:

  1. -n, --name \

: Optional. A name of a folder where a project will be stored. If not specified it will be requested during command execution.

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops clone [options]

Description

Initialize salesforce project and retrieve "main" branch from registered devops tenant.

Options:

  1. -n, --name \

: Optional. A name of a folder where a project will be stored. If not specified it will be requested during command execution.

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops checkout [options]

Description

Checkout on another branch. Checkout command retrieves components missing locally.

Options:

  1. -b, --branch \

: Optional. A branch name which you checkout on. If not specified it will be requested during command execution.

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops config-set [options] <config-name> <value>

Description

Set project config.

Arguments:

  1. config-name: Required.Config name. Allowed values: credentialsAlias(string).
  2. value: Required. Config value.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops config-unset [options] <config-name>

Description

Clear project config property.

Arguments:

  1. config-name: Required.Config name. Allowed values: credentialsAlias.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops pull [options]

Description

Pull latest branch commit from devops.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops commit [options]

Description

Commit local changes to a remote branch on devops.

Options:

  1. -m, --message \

: Optional. Commit message. If not specified it will be requested during command execution.

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops rollback [options]

Description

Roll back your branch state to last committed one.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops status [options]

Description

Return all local not committed changes.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.
flosum devops list-branches [options]

Description

List all remote branches.

Options:

  1. --json: Optional. Applies json formatted result (default: false).
  2. -h, --help: Optional. Display help for command.

License

ISC © Flosum