Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-04-21 Thread Naduni Pamudika
Hi All, I have tested the CLI and released *API Manager Tooling 1.0.0* (refer [1]) which is compatible with API Manager 2.2.0. [1] https://github.com/wso2/product-apim-tooling/releases/tag/v1.0.0 Thanks, Naduni On Fri, Apr 20, 2018 at 11:26 AM, Naduni Pamudika wrote: > Hi

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-04-19 Thread Naduni Pamudika
Hi Dinusha, On Fri, Apr 20, 2018 at 11:10 AM, Dinusha Dissanayake wrote: > Hi Naduni, > > There has been a issue reported w.r.t import export CLI[1]. You might want > to reconsider that when you are testing the tool. > > Thanks for pointing this out. I noticed the same when

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-04-19 Thread Dinusha Dissanayake
Hi Naduni, There has been a issue reported w.r.t import export CLI[1]. You might want to reconsider that when you are testing the tool. Thanks, DinushaD. [1] https://github.com/wso2/product-apim-tooling/issues/20 On Wed, Apr 18, 2018 at 8:14 PM, Naduni Pamudika wrote: > Hi

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-04-18 Thread Naduni Pamudika
Hi All, I have started testing the CLI for Import and Export Applications and APIs (Following the docs [1] and [2]). As an initial step, I have modified the CLI and the README to the latest API Manager version (API Manager 2.2.0) in [3] and built the packs for all the platforms (which will be

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-02-27 Thread Randilu Soysa
*Hi everyone,I have completed the process of introducing new commands to the import-export CLI tool successfully. Find the finalized set of commands below with the sample responses, thank you for all the insights and suggestions you’ve provided! Exports an Application from a desired

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-02-05 Thread Chamila Adhikarinayake
Hi Shall we add a command to get the current version of the CLI tool? It would be usefull to identify which version some one is using in-order to identify any issues, etc. Chamila. On Mon, Jan 29, 2018 at 9:10 PM, Randilu Soysa wrote: > Adding Sample Responses, Exports an

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-29 Thread Randilu Soysa
Adding Sample Responses, Exports an Application from a desired environment Commands export-app Flags Required -n, --name string Name of the Application to be exported -i, --uuid string UUID of the Application to be exported -e, --environment

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-27 Thread Bhathiya Jayasekara
> > > list apps >> >> Flags >> Required >> -e, --environment >> Optional >> -u, --username >> -p, --password >> >> >> Examples: >> >> apimcli list apps -e dev >> >> > Could you please add sample responses of each basic command? > I

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-27 Thread Bhathiya Jayasekara
Hi Randilu, On Thu, Jan 25, 2018 at 5:41 PM, Randilu Soysa wrote: > > Exports an Application from a desired environment > > Commands > > export-app > > Flags > Required > -n, --name string Name of the Application to be exported > -i, --uuid

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Sanjeewa Malalgoda
IMO list apps command should list all apps in the system with their UUID name and creator. So dev-opts person can have look at on that and get UUID to proceed with next commands. List command should be have as normal applications get command and should return all application information. Have we

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Nuwan Dias
On Thu, 25 Jan 2018 at 10:00 pm, Rajkumar Rajaratnam wrote: > On Thu, Jan 25, 2018 at 10:27 AM, Nuwan Dias wrote: > >> >> On Thu, 25 Jan 2018 at 9:24 pm, Rajkumar Rajaratnam >> wrote: >> >>> Hi Nuwan, Randilu, >>> >>> Would like to

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Rajkumar Rajaratnam
On Thu, Jan 25, 2018 at 10:27 AM, Nuwan Dias wrote: > > On Thu, 25 Jan 2018 at 9:24 pm, Rajkumar Rajaratnam > wrote: > >> Hi Nuwan, Randilu, >> >> Would like to understand this feature a bit. >> >>- I hope this is about exporting/importing OAuth

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Nuwan Dias
On Thu, 25 Jan 2018 at 9:24 pm, Rajkumar Rajaratnam wrote: > Hi Nuwan, Randilu, > > Would like to understand this feature a bit. > >- I hope this is about exporting/importing OAuth applications which >subscribers create in dev portal, right? Is this CLI invoking Store

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Rajkumar Rajaratnam
Hi Nuwan, Randilu, Would like to understand this feature a bit. - I hope this is about exporting/importing OAuth applications which subscribers create in dev portal, right? Is this CLI invoking Store REST API? - If I wish to export the subscription, is there way to pick and choose

Re: [Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Nuwan Dias
Hi Randilu, I don't think we can expect dev-ops persona to provide the UUID of the application when exporting. He/She needs to be able to provide the name and owner of the application and export. If we don't have APIs that can retrieve Applications with that input we need to introduce them IMO.

[Architecture] [APIM] CLI support for Importing and Exporting Applications

2018-01-25 Thread Randilu Soysa
Hi everyone, I’m working on a project to introduce commands to provide application import export support for the import-export-cli for APIM 2.x. I am planning to introduce commands in order to list available applications of a specific user, export an application from a desired environment and