provider

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0, MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderCmd = &cli.Command{
	Name:  "provider",
	Usage: "Show information about providers known to an indexer",
	Description: `Get information about one or more providers from the specified indexer(s). An optional --distance flag calculates the distance from the last seen advertisement to the provider's current head advertisement.

The --invert flag inverts the selection of providers, and shows all that are not specified. This can be used to filter out provideres from the returned list.

Here is an example that shows using the output of one provider command to filter the output of another, to see which providers cid.contact knows about that dev.cid.contact does not:

    provider --all -i https://dev.cid.contact -id | provider -invert -i https://cid.contact -id
`,
	Flags:  providerFlags,
	Action: providerAction,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL