adobe / aio-cli-plugin-console

Adobe's Developer Console plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
6 stars 11 forks source link

[Proposal] Full management operations for Adobe.IO projects from CLI #152

Open badvision opened 4 years ago

badvision commented 4 years ago

Expected Behaviour

Currently creating an app requires some actions in the Adobe.IO management console in the browser and then other operations in aio cli. There are also some operations, such as delete and rename, which are not possible in either of the two. It would be optimal if aio cli would allow creating projects or, at least for starters, rename and delete operations so that developers are better able to completely manage their applications in one place with one interface into the platform.

Actual Behaviour

Current tooling is prioritized around read operations, and developers have no way to rename or delete applications. Many folks on the platform note a lot of excessive clutter as a result which is very detrimental to the developer experience as a whole.

meryllblanchet commented 4 years ago

Thanks for submitting the proposal @badvision !

Assigning to @sarahxxu for first review, especially whether to we want to/can expose more features from the CLI than what the Console Web UI allows?

aiojbot commented 4 years ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-891

kptdobe commented 4 years ago

I agree that this is a required feature: my org is already a mess because I created several test projects that I cannot re-use (name cannot be changed) or delete.

meryllblanchet commented 4 years ago

The Projects deletion feature in the Console UI is about to be released. We will also work on the CLI <-> Console flow to enable developers with additional operations when working locally or in automation scenarios.