Skip to main content

gns3util share send

Send GNS3 artifacts to a peer

Synopsis

Discover or resolve a receiver, dial over QUIC, verify via SAS, pin on first contact, and transfer selected artifacts.
gns3util share send [flags]

Options

      --all                         send all artifacts (config, db, key)
      --discover-timeout duration   mDNS discovery window (default 3s)
  -h, --help                        help for send
      --send-config                 include cluster_config.toml
      --send-db                     include clusterData.db
      --send-key                    include gns3key
      --src-dir string              source directory for artifacts (default: ~/.gns3)
      --to string                   receiver label or host:port (omit to pick from a list)
      --yes                         assume yes for all prompts (non-interactive)

Options inherited from parent commands

  -c, --cluster string    Cluster name from keyfile. Mutually exclusive with --server
  -i, --insecure          Ignore unsigned SSL-Certificates. Can be set via GNS3_INSECURE
  -k, --key-file string   Path to authentication keyfile. Can be set via GNS3_KEY_FILE or config.toml
  -o, --output string     Output format: [json, json-colorless, collapsed, yaml, toml, table, table-ascii]. Can be set via GNS3_OUTPUT (default "table")
  -s, --server string     GNS3v3 Server URL. Can be set via GNS3_SERVER or config.toml

SEE ALSO

Auto generated by spf13/cobra on 24-Mar-2026