sciabarracom opened a new issue, #25:
URL: https://github.com/apache/openserverless/issues/25

   Write a configurator script that will replace nuv configuratos that can be 
executed with bun such as:
   
   `bun config.sh config.json` will execute a configuation like the one 
performed by `npm create svelte`
   
   The configuration itself is sprecified by someting like this:
   
   ```
   {
      "AWS_ACCESS_ID": {
         type: "string"
       },
       "AWS_VM_COUNT": {
          type: "int"
        } 
   }
   ```
   
   include the more common options for string, boolen, int, fixed lists, hidden 
password etc
   
   it shold read the current confgurations (invoking nuv -config -d) and 
complete setting the configurations (invoking nuv -config A=b)
   
   It should replace the configurator at the moment on nuv cloud eks config 
(and aks and gke and so on) with a single config.json
   
   All the dependencies required should be donwloaded automatically
   
   implement in a separate repo until we are read to include in 
openserverless-task
   
   
   
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to