fission-codes / fission-cli

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

Add app list command #26

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

There is currently no way to check what app you already have created.

Impact

If a user forgot the name of the app that they created or just want want to delete some old apps that they created and no longer want, there is no way to solve this issue.

Solution

This is currently already implemented server side so it should be a matter of creating a command that queries the server for a list of apps.

Details

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