saturnin._scripts.commands.oids

Saturnin OID registry management commands

Globals

saturnin._scripts.commands.oids.app

Typer command group for OID management commands

Parameters:
  • args (Any) –

  • kwargs (Any) –

Return type:

Any

Command functions

saturnin._scripts.commands.oids.list_oids(with_name: str = <typer.models.OptionInfo object>, show_oids: bool = <typer.models.OptionInfo object>) None[source]

List registered OIDs.

Parameters:
  • with_name (str) –

  • show_oids (bool) –

Return type:

None

saturnin._scripts.commands.oids.show_oid(oid: str = <typer.models.ArgumentInfo object>) None[source]

Show information about OID.

Parameters:

oid (str) –

Return type:

None

saturnin._scripts.commands.oids.update_oids(url: str = <typer.models.ArgumentInfo object>)[source]

Update OID registry from specification(s).

Parameters:

url (str) –