
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
This package provides a unified command line interface to Gridly
The gridly-cli package works on Python version:
Installation of the Gridly CLI and its dependencies use a range of packaging features provided by pip and setuptools. To ensure smooth installation, it's recommended to use:
The safest way to install the Gridly CLI is to use pip in a virtualenv:
$ python -m pip install gridly-cli
Before using the Gridly CLI, you need to configure your API key. You can add the API key to Environment variables in this way:
$ EXPORT GRIDLY_API_KEY=<your-api-key>
$ SET GRIDLY_API_KEY=<your-api-key>
An Gridly CLI command has the following structure:
gridly [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
column List all columns of a Grid
database List all Databases
grid List all Grids / Update Grid name
-ls To list all Grids
-u To update Grid name
project List all Projects
record List all records of a view / Delete records
-ls To list all records of a view
-d To delete records
view List all views / Get info of a specified view
-ls To list all views
export [OPTIONS] VIEW_ID [DEST]
Export all records of a view to JSON and/or CSV files
-json To export to JSON file type
-csv To export to CSV file type
-lang To export translation language columns to separate files
[DEST] Optional. Path of folder where exporter will save files to. Default is current path.
For example, to list project, the command would be:
$ gridly project -ls
FAQs
Gridly CLI 1st version
We found that gridly-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.