Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all features from fldist to aqua CLI #379

Closed
14 tasks done
DieMyst opened this issue Nov 26, 2021 · 3 comments
Closed
14 tasks done

Move all features from fldist to aqua CLI #379

DieMyst opened this issue Nov 26, 2021 · 3 comments
Assignees
Labels
cli CLI usability and bugs enhancement New feature or request

Comments

@DieMyst
Copy link
Member

DieMyst commented Nov 26, 2021

First, we need to add some features to make it possible to move fldist features to aqua:

  • add services to work with filesystem and, maybe, network
  • pass arguments from json file (partly it is here in this issue Allow passing structs and arrays as arguments in run #374 )
  • easy API to wrap and run any aqua code from scala.js
  • add environment as a dependency in aqua CLI and write a facade

fldist commands to rewrite to aqua:

  • upload
  • getModules
  • getInterfaces
  • getInterface
  • addBlueprint
  • createService
  • newService
  • deployApp - aqua dist deploy
  • createKeyPair (already done)
  • runAir (deprecated, we can run aqua code right now) - aqua run ...
  • remove - aqua dist remove

services to support commands:

  • add to IPFS
  • console.log - Console.print in aqua run builtin
  • debug(arg: SpecificClass) -> any
@DieMyst DieMyst self-assigned this Dec 2, 2021
@alari alari added cli CLI usability and bugs enhancement New feature or request labels Dec 22, 2021
@DieMyst
Copy link
Member Author

DieMyst commented Feb 16, 2022

related to #419 aqua dist deploy
related to #428 aqua dist remove
related to #393 getModules getInterface getInterfaces

@DieMyst
Copy link
Member Author

DieMyst commented Mar 4, 2022

related to #419 newService -> aqua dist deploy and aqua dist remove

@DieMyst
Copy link
Member Author

DieMyst commented Mar 7, 2022

monitor fldist feature is not used. Can create a separate task if someone needs it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli CLI usability and bugs enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants