We welcome contributions! There's lots to do! Check out the Contributing Guidelines for more information.
$ npx @orbit-love/cli COMMAND ARGUMENTS FLAGS
Saves your Orbit Workspace ID and Orbit API Key. You must run this before other commands.
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
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
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
The following is a list of Orbit API Endpoints and whether the CLI provides support for them:
API | Functionality | Supported? |
---|---|---|
Activity Types | - | ❌ |
Users | - | ❌ |
Activities |
|
🟧 |
Members |
|
🟧 |
Notes |
|
🟧 |
Reports | - | ❌ |
Reports | - | ❌ |
Workspaces | - | ❌ |
This project is under the MIT License.
This project uses the Contributor Code of Conduct. We ask everyone to please adhere by its guidelines.