I was tired of making custom scripts for myself and wanted to share useful tools to anyone interested. The afthonía sfdx plugin propose a set of tools for people working with salesforce: developers, admins, product manager, etc. .
Intuitive VS Code interfaces will be also provided.
Install plugin: sfdx plugins install afthonia
Install the SFDX CLI
Clone the repository: git clone https://github.com/nabondance/afthonia.git
Install npm modules: npm install
Link the plugin: sfdx plugins:link .
Install via npm: npm install afthonia
- Salesforce/core
- Salesforce/sf-plugins-core
Create a test suite with all the tests classes from a specific folder.
sfdx afthonia testSuite create -p <path/to/folder>
Stay tuned 😉