-
### Feature request
I'd like an option to totally ignore all devDependencies and to not recommend moving types to the dependencies array
### Motivations
I might very well be misunderstanding how th…
Tobbe updated
3 months ago
-
## Checklist
- [X] New Feature for the Service/Plugin (Vatz)
- [ ] Enhancement (Vatz)
- [ ] others(etc. e.g, documentation, project policy management)
---
### **Is your feature request relat…
-
It would be very appreciated if you guys could release CLIs for other CPU/OS architectures too so that we do not need to run contrast CLI virtualized (emulated) environment. Apart from better UX, runn…
-
output_dict['Policy'][1]['PolicyName']
```
aws iam list-policies --query "Policies[1].PolicyName"
```
-
The current CLIs has multiple levels of depth for commands and subcommands, which can be confusing for users IMO.
I propose limiting the depth of commands and subcommands.
For example, we could sw…
-
Feature Request
-----------------------------------------------------
What is the current behavior?
-----------------------------
`oclif package` currently works for packaging Node CLIs.
Wha…
-
Currently many of the example crates are working CLIs. I doubt however that anyone will ever actually run these CLIs.
The downside of them being CLIs is that they are over 50% just boilerplate for …
-
This issue is to add support in CLIs to be able to query current memory usage for a given map ID.
The reported value should include the memory allocated for actual key / value, plus the extra memor…
-
How does Vorpal test interactive CLIs? what tool(s) do you use? thanks
-
A `--version` flag is added by default to all CLIs. It prints `[ExecutableName] 1.0.0`
How does one specify the version of CLI?