oceanprotocol / ocean-cli

4 stars 5 forks source link

Compute: Specify env #36

Closed alexcos20 closed 3 months ago

alexcos20 commented 9 months ago

Right now, there is no way of specifying the desired compute env

  1. getEnvs(provider_url) Given a provider_url, fetch all compute envs and display them
  2. startCompute should accept an optional parameter called envID. If that param is missing, then it should default to the first free env from that provider (and not just the first env)