fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

Add app publish command #25

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

There is currently no way to perform the main function of the CLI, to publish an app to the Fission IPFS node with the ability to access it through a Fission subdomain, within the current Rust code base.

Impact

This is part of the core feature of this app and users would not be able to upload their code at all without it.

Solution

Write a command that uploads the app to the Fission IPFS nodes based on the the old Haskell code.

Details

This feature is to be added during the Cli rewrite in Rust.