![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cli-algolia-manager
Advanced tools
The CLI to facilitate the add/reindex/delete data from algolia indexes
The CLI to help to facilitate add/delete/reindex management data from Algolia indexes.
npm install -g .
clialgmanager index=[name] lang=[lang]
ATENTION: config file required to perform command.
The config file should be: ~/.algolia/conf.json
.
{
"key": {
"app": "OSJ19HQ1NZ", // just an example
"api": "ebmmf0za524aoiucjek188mmapp130ad" // just an example
},
"lang": ["en", "ptbr"],
"blog": {
"en": {
"name": "blog-rgajr-en",
"filepath": "/Users/robson.junior/development/rgajr-blog/_site/en/algolia/data/blog.json"
},
"ptbr": {
"name": "blog-rgajr-ptbr",
"filepath": "/Users/robson.junior/development/rgajr-blog/_site/pt-br/algolia/data/blog.json"
}
}
}
ATTRIBUTE | TYPE | DESCRIPTION |
---|---|---|
key | Object | Contains the identify attributes for access the app and use the api |
key.app | String | Algolia APP id |
key.api | String | Algolia API key |
lang | List | The lang enabled to be used into index validation |
[blog] | Object | Can be N objects, The name is optional, used into index param, like index=blog |
blog.en | Object | Can be many languages, Contains the object with the name of Algolia index and the filepath data to be publish |
blog.en.name | String | The name of Algolia index |
blog.en.filepath | String | The file path with data to be uploaded |
PARAMETER | OPTIONS | DESCRIPTION |
---|---|---|
index | --- | The object into index json configuration |
lang | --- | The the lang of index json configuration |
FEATURE | COMMAND | DESCRIPTION |
---|---|---|
reindex | node index.js index=[name] lang=[lang] | This command clean the index and reupload again |
FAQs
The CLI to facilitate the add/reindex/delete data from algolia indexes
The npm package cli-algolia-manager receives a total of 1 weekly downloads. As such, cli-algolia-manager popularity was classified as not popular.
We found that cli-algolia-manager 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.