fission-codes / fission-cli

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

Add app register command #24

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 asks the Fission server to point a subdomain at a location on the IPFS network.

Details

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