Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seqcli feed (create|list|remove) commands #191

Merged
merged 3 commits into from
Apr 28, 2021

Conversation

nblumhardt
Copy link
Member

> seqcli help feed
Usage: seqcli feed <sub-command> [<args>]

Available sub-commands are:
  create     Create a NuGet feed
  list       List NuGet feeds
  remove     Remove a NuGet feed from the server

Type `seqcli help feed <sub-command>` for detailed help

> seqcli help feed create
seqcli feed create [<args>]

Create a NuGet feed

Arguments:
  -n, --name=VALUE           A unique name for the feed
  -l, --location=VALUE       The feed location; this may be a NuGet v2 or v3
                               feed URL, or a local filesystem path on the
                               Seq server
  -u, --username=VALUE       The username Seq should supply when connecting to
                               the feed, if authentication is required
  -p, --password=VALUE       A feed password, if authentication is required;
                               note that `--password-stdin` is more secure
      --password-stdin       Read the feed password from `STDIN`
  -s, --server=VALUE         The URL of the Seq server; by default the `
                               connection.serverUrl` config value will be used
  -a, --apikey=VALUE         The API key to use when connecting to the server;
                               by default the `connection.apiKey` config
                               value will be used
      --profile=VALUE        A connection profile to use; by default the `
                               connection.serverUrl` and `connection.apiKey`
                               config values will be used
      --json                 Print output in newline-delimited JSON (the
                               default is plain text)
      --no-color             Don't colorize text output

> seqcli help feed list
seqcli feed list [<args>]

List NuGet feeds

Arguments:
  -n, --name=VALUE           The name of the feed to list
  -i, --id=VALUE             The id of a single feed to list
      --json                 Print output in newline-delimited JSON (the
                               default is plain text)
      --no-color             Don't colorize text output
  -s, --server=VALUE         The URL of the Seq server; by default the `
                               connection.serverUrl` config value will be used
  -a, --apikey=VALUE         The API key to use when connecting to the server;
                               by default the `connection.apiKey` config
                               value will be used
      --profile=VALUE        A connection profile to use; by default the `
                               connection.serverUrl` and `connection.apiKey`
                               config values will be used

> seqcli help feed remove
seqcli feed remove [<args>]

Remove a NuGet feed from the server

Arguments:
  -n, --name=VALUE           The name of the feed to remove
  -i, --id=VALUE             The id of a single feed to remove
  -s, --server=VALUE         The URL of the Seq server; by default the `
                               connection.serverUrl` config value will be used
  -a, --apikey=VALUE         The API key to use when connecting to the server;
                               by default the `connection.apiKey` config
                               value will be used
      --profile=VALUE        A connection profile to use; by default the `
                               connection.serverUrl` and `connection.apiKey`
                               config values will be used

@KodrAus KodrAus merged commit 4dfba88 into datalust:dev Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants