Registration page: full organization application, private MA-side storage
This commit is contained in:
@@ -179,6 +179,7 @@ enum RegistryCommand {
|
||||
id: String,
|
||||
},
|
||||
List,
|
||||
Applications,
|
||||
SetRelays {
|
||||
#[arg(required = true)]
|
||||
relays: Vec<String>,
|
||||
@@ -354,6 +355,7 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
RegistryCommand::Remove { id } => commands::registry_remove(&dir, &id)?,
|
||||
RegistryCommand::List => commands::registry_list(&dir)?,
|
||||
RegistryCommand::Applications => commands::registry_applications(&dir)?,
|
||||
RegistryCommand::SetRelays { relays } => commands::registry_set_relays(&dir, &relays)?,
|
||||
RegistryCommand::Show => commands::registry_show(&dir)?,
|
||||
RegistryCommand::Serve {
|
||||
|
||||
Reference in New Issue
Block a user