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

incus-network-peer-create - Create new network peering

Description

       Description:
         Create new network peering

Example

         incus network peer create default peer1 web/default
             Create a new peering between network "default" in the current project and network "default" in the "web" project

         incus network peer create default peer2 ovn-ic --type=remote
             Create a new peering between network "default" in the current project and other remote networks through the "ovn-ic" integration

         incus network peer create default peer3 web/default < config.yaml
              Create a new peering between network default in the current project and network default in the web project using the configuration
              in the file config.yaml

History

       2-Mar-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       Mar 2025                      Incus-Commandlineclient(1)

Name

       incus-network-peer-create - Create new network peering

Options

--type="local"      Type of peer (local or remote)``

Options Inherited From Parent Commands

--debug[=false]      Show all debug messages

       --force-local[=false]      Force using the local unix socket

       -h, --help[=false]      Print help

       --project=""      Override the source project``

       -q, --quiet[=false]      Don't show progress information

       --sub-commands[=false]      Use with help or --help to view sub-commands

       -v, --verbose[=false]      Show all information messages

       --version[=false]      Print version number

See Also

incus-network-peer(1)

Synopsis

incusnetworkpeercreate[:]<[targetproject/][key=value...][flags]

See Also