I'm submitting a...
[X] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
With ASK CLI v1.x, I could create a new ISP JSON file by following the wizard that begins with ask add isp. Although it's name may have been debatably confusing (it doesn't actually add a product), it was a very useful command, helping to create a new ISP JSON file by answering a few questions. I'd expect that this facility still be available in ASK CLI v2.x.
Current Behavior
Simply put, there is no equivalent to ask add isp in ASK CLI v2.x. Instead, if I want to create a new product, I have to create the JSON file (over 50 lines) by hand or copy/paste/edit from a previously created JSON file. In this way, ASK CLI v2.x has become less useful than its predecessor.
Steps to Reproduce (for bugs)
It's hard to reproduce what can't be done anymore.
Possible Solution
I'd like to see an equivalent to the ask add isp command be reinstated in ASK CLI v2.x. It doesn't have to be the same command name, but equivalent would be useful.
Your Environment and Context
- ask-cli version: 2.1.0
- Operating System and version: MacOS 10.15.2
- Node.js version used for development: 12.16.2
- NPM version used for development: 6.14.4
I'm submitting a...
Expected Behavior
With ASK CLI v1.x, I could create a new ISP JSON file by following the wizard that begins with
ask add isp. Although it's name may have been debatably confusing (it doesn't actually add a product), it was a very useful command, helping to create a new ISP JSON file by answering a few questions. I'd expect that this facility still be available in ASK CLI v2.x.Current Behavior
Simply put, there is no equivalent to
ask add ispin ASK CLI v2.x. Instead, if I want to create a new product, I have to create the JSON file (over 50 lines) by hand or copy/paste/edit from a previously created JSON file. In this way, ASK CLI v2.x has become less useful than its predecessor.Steps to Reproduce (for bugs)
It's hard to reproduce what can't be done anymore.
Possible Solution
I'd like to see an equivalent to the
ask add ispcommand be reinstated in ASK CLI v2.x. It doesn't have to be the same command name, but equivalent would be useful.Your Environment and Context