gns3util project update
Update a ProjectSynopsis
Update a Project with new settings and properties.Copy
gns3util project update [project-name/id] [flags]
Examples
Copy
gns3util -s https://controller:3080 project update my-project --name new-name
Options
Copy
--auto-close Close project when last client leaves (default true)
--auto-open Project opens when GNS3 starts
--auto-start Project starts when opened
--drawing-grid-size int Grid size for the drawing area for drawings
--grid-size int Grid size for the drawing area for nodes
-h, --help help for update
-n, --name string Desired name for the project
-p, --path string Filepath for the project
-d, --project-id string Desired id for the project
--scene-height int Height of the drawing area
-w, --scene-width int Width of the drawing area
--show-grid Show the grid on the drawing area
--show-interface-labels Show interface labels on the drawing area
-l, --show-layers Show layers on the drawing area
-g, --snap-to-grid Snap to grid on the drawing area
--supplier-logo string Path to the project supplier logo
--supplier-url string URL to the project supplier site
-j, --use-json string Provide a raw JSON string to send instead of flags
-z, --zoom int Zoom of the drawing area
Options inherited from parent commands
Copy
-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
- gns3util project - Project operations