Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
CLI for space information
Node
npm (installed with Node by default)
npm install -g space-cli
space <command> [options]
Example commands:
space launch
- shows id, launch name, time (scheduled attempted) and available live stream options for the next rocket launch
space launch -v --tz Asia/Shanghai -n 5
- shows id, launch name, time (scheduled attempted) converted to CST time zone, name of a rocket, and missions (with type and description) for the next 5 launches
space news
- shows news articles (source, title and link) from current and previous day, grouped by date
Settings allow you to store preferred values (e.g. time zone), which will be automatically used with a command unless other value is provided (in-command values are prioritized over settings).
Settings file (settings.json
) can be found in spacecli
, placed in system's respective config directory (set with XDG_CONFIG_HOME
, or ~/.config
for *nix and ~/AppData/Local/
for win)
Example commands:
space settings --tz Asia/Shanghai
- save Asia/Shanghai as preferred time zone
space launch --tz
- Command will automatically use Asia/Shanghai for time conversion, unless different time zone is specified
Space CLI is in active development, to see currently available commands and options, use space -h
.
FAQs
CLI for space information
The npm package space-cli receives a total of 28 weekly downloads. As such, space-cli popularity was classified as not popular.
We found that space-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.