Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@ezpaarse-project/ezmesure-admin
Advanced tools
$ npm i -g @ezpaarse-project/ezmesure-admin
$ ezmesure-admin --help
$ ezadmin --help
$ eza --help
Name | Type | Description |
---|---|---|
-t, --timeout | String | Request timeout in milliseconds |
-v, --verbose | Boolean | Make the operation more talkative |
--version | Boolean | Print the version number |
--help | Boolean | Show some help |
Name | Description |
---|---|
cluster | Manage cluster |
completion | Use auto completion |
config | Manage ezmesure-admin config |
counter4 (deprecated) | Load counter4 files in Kibana |
counter5 | COUNTER5 commands |
dashboard | Manage Kibana dashboards |
indices | Manager ezMESURE/Kibana users |
index-pattern | Manager ezMESURE/Kibana users |
institutions | Manage ezMESURE institutions |
login | Login user in commands |
logout | Log out from ezMESURE |
ping | Ping ElasticSearch and ezMESURE |
profile | Displays the person who is connected to the command |
reporting | Manage ezMESURE reporting |
roles | Manage Kibana roles |
spaces | Manage Kibana spaces |
sushi | Manage ezMESURE sushi |
users | Manage ezMESURE/Kibana users |
$ git clone https://github.com/ezpaarse-project/ezmesure-admin.git
$ cd ezmesure-admin
$ npm install
To use the command in development mode simply use it as follows: ./ezmesure-admin <command>
Set EZMESURE_ADMIN_USERNAME
and EZMESURE_ADMIN_PASSWORD
envrionment variables.
You need configure
elastic
andezmesure
config before use.
The user cannot be a reserved user (ex: elastic, ...). He must have
superuser
rights to perform the tests
It can be the default user created at the initialization of ezMESURE using the same environment variables.
$ npm run test
ezmesure-admin
file, add your locale in locales
array.JSON
file in locales
folder.Import i18n
in your commande filei18n.t()
function to translateExample :
Command file :
const { i18n } = global;
exports.command = 'mycmd';
exports.desc = i18n.t('mycmd.description');
exports.builder = {};
exports.handler = async function handler() {
console.log(i18n.t('mycmd.helloWorld'))
};
Locale file :
{
"mycmd": {
"descritpion": "This is my command",
"helloWorld": "Hello World"
}
}
CeCILL.
FAQs
Command line utilities to manage ezMESURE
We found that @ezpaarse-project/ezmesure-admin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.