Official Command Line Tool
See original GitHub issueIs your feature request related to a problem? Please describe.
There is no official CLI for eta
.
Describe the solution you’d like A CLI preferably written in Typescript using yargs. It should be able to facilitate testing to make sure it is working properly.
Describe alternatives you’ve considered Not having a CLI.
Additional context I could work on this, I just want to see what people think.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12
Top Results From Across the Web
GitHub CLI | Take GitHub to the command line
Take GitHub to the command line. GitHub CLI brings GitHub to your terminal. Free and open source.
Read more >Command-line tools | Android Developers
This page lists the most important command-line tools that are available, organized by the packages in which they're delivered. You can install ...
Read more >Windows Command-line Tools | Web - Google Developers
Windows Command-line Tools · On this page · PowerShell (shell) · PSReadLine (console editing helpers) · ConEmu (console host) · Cmder · Chocolatey...
Read more >Command Line Interface - AWS CLI
The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and...
Read more >NET CLI overview - Microsoft Learn
The .NET command-line interface (CLI) is a cross-platform toolchain for developing, building, running, and publishing .NET applications. The .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shadowtime2000 great!
etajs-cli
sounds good to me; I’m thinking we should just have the script calledeta
.@nebrelbug We could also just use
yargs
in a separate repo because it is a little simpler and easier to test. I am going to start working on that but if you think that should change feel free to tell me 😃