logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

intake-server - Intake catalog server

Authors

intake and intake-server are programs written by Anaconda Inc.

       The present manual page is written by Étienne Mollier <emollier@debian.org> for the Debian project,

Description

       The Intake Catalog Server takes one or more catalog files as input and makes them available on port  5000
       by default.

   positionalarguments:FILE   name of the catalog YAML file.

   optionalarguments:-h, --help
              show this help message and exit.

       -pPORT, --portPORT
              port number for server to listen on.

       --list-entries
              list catalog entries at startup.

       --sys-exit-on-sigterm
              internal flag used during unit testing to ensure that the .coverage file is written.

       --flatten
              specify that all datasources are merged in a single namespace.

       --no-flatten
              make sure each file becomes a sub-catalog.

       --ttlTTL
              time-to-live, how long before the given entity is considered to have expired, usually in seconds.

       -aADDRESS, --addressADDRESS
              address  to  use  as  a  host,  defaults  to  the  address in the configuration file, if provided,
              otherwise localhost.

Name

intake-server - Intake catalog server

See Also

       One can find more information about the intake-server inside intake(1) manual page.

intake-server 0.6.3                              September 2021                                 INTAKE-SERVER(1)

Synopsis

intake-server  [-h]  [-p PORT] [--list-entries] [--sys-exit-on-sigterm] [--flatten] [--no-flatten] [--ttl
       TTL] [-a ADDRESS] FILE [FILE ...]

See Also