SYMBOL INDEX (34 symbols across 10 files) FILE: src/command/deploy.rs constant ILLA_BUILDER_IMAGE (line 20) | const ILLA_BUILDER_IMAGE: &str = "illasoft/illa-builder"; constant ILLA_BUILDER_VERSION (line 21) | const ILLA_BUILDER_VERSION: &str = "latest"; type Cmd (line 32) | pub struct Cmd { method run (line 55) | pub async fn run(&self) -> Result { function deploy_self_host (line 78) | async fn deploy_self_host( function deploy_cloud (line 239) | async fn deploy_cloud(progress_style: ProgressStyle) -> Result { FILE: src/command/doctor.rs type Cmd (line 13) | pub struct Cmd {} method run (line 16) | pub async fn run(&self) -> Result { FILE: src/command/list.rs type Cmd (line 22) | pub struct Cmd { method run (line 37) | pub async fn run(&self) -> Result { function list_local (line 49) | async fn list_local() -> Result { FILE: src/command/remove.rs type Cmd (line 18) | pub struct Cmd { method run (line 37) | pub async fn run(&self) -> Result { function remove_local (line 48) | async fn remove_local(is_force: bool, data: bool) -> Result { FILE: src/command/restart.rs type Cmd (line 17) | pub struct Cmd { method run (line 28) | pub async fn run(&self) -> Result { function restart_local (line 39) | async fn restart_local() -> Result { FILE: src/command/stop.rs type Cmd (line 17) | pub struct Cmd { method run (line 28) | pub async fn run(&self) -> Result { function stop_local (line 39) | async fn stop_local() -> Result { FILE: src/command/update.rs type Cmd (line 31) | pub struct Cmd { method run (line 42) | pub async fn run(&self) -> Result { function update_local (line 57) | async fn update_local(progress_style: ProgressStyle) -> Result { FILE: src/command/utils.rs function local_bind_init (line 7) | pub fn local_bind_init(path: &String) -> String { function local_bind_init (line 19) | pub fn local_bind_init(path: &String) -> String { function local_bind_init (line 26) | pub fn local_bind_init(path: &String) -> String { function local_bind_delete (line 32) | pub fn local_bind_delete(path: String) -> Result { function get_default_mount (line 38) | pub fn get_default_mount() -> String { FILE: src/main.rs type Cli (line 13) | struct Cli { type Cmds (line 19) | enum Cmds { function main (line 30) | async fn main() { function run (line 38) | async fn run(cli: Cli) -> Result { FILE: src/result.rs type Result (line 1) | pub type Result = anyhow::Result; type Error (line 2) | pub type Error = anyhow::Error;