Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@orbit-love/cli

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbit-love/cli

A Command Line Interface for Orbit

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@orbit-love/cli

npm version Contributor Covenant

⚠️ An exceptionally work-in-progress command-line interface for interacting with your Orbit workspace. Active development on this particular project is slow as we are building features as we discover the need. Please don't use for anything serious. ⚠️

We welcome contributions! There's lots to do! Check out the Contributing Guidelines for more information.

$ npx @orbit-love/cli COMMAND ARGUMENTS FLAGS

Setup

setup

Saves your Orbit Workspace ID and Orbit API Key. You must run this before other commands.

Members

members:get OR members:find

Shows information from a single member in your workspace. Can also display activities and notes with flags.

USAGE
  $ npx @orbit-love/cli members:get source value
  $ npx @orbit-love/cli members:find source value

OPTIONS
  -o, --open  opens member profile in browser
  -a, --activities  lists member's latest activities
  -n, --notes  lists member's latest notes

DESCRIPTION
Source can be any of: github, twitter, email, id
Value is a username, email, or Orbit ID

Notes

notes:get

Lists notes from a single member in your workspace.

USAGE
  $ npx @orbit-love/cli notes:get id

DESCRIPTION
id is an Orbit ID - you can get it from the URL path

Activities

activities:get

Lists activities, currently from a single member in your workspace only.

USAGE
  $ npx @orbit-love/cli activities:get

OPTIONS
  -m, --member  the member to get activities for

DESCRIPTION
id is an Orbit ID - you can get it from the URL path

EXAMPLE
npx @orbit-love/cli activities:get --member id-goes-here

Supported Endpoints

The following is a list of Orbit API Endpoints and whether the CLI provides support for them:

APIFunctionalitySupported?
Activity Types-
Users-
Activities
  • Get a member's activities
🟧
Members
  • Get a member by ID
  • Find member by identity
🟧
Notes
  • Get a member's notes
🟧
Reports-
Reports-
Workspaces-

License

This project is under the MIT License.

Code of Conduct

This project uses the Contributor Code of Conduct. We ask everyone to please adhere by its guidelines.

Keywords

FAQs

Package last updated on 18 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc