gns3util template update
Update a templateSynopsis
Update a template with new settings and properties.Examples
Options
Options inherited from parent commands
SEE ALSO
- gns3util template - Template operations
gns3util template update [template-name/id] [flags]
gns3util -s https://controller:3080 template update my-template --name new-name
--category string Desired category for the template
--compute-id string Desired compute ID for the template
--default-name-format string Desired default name format for the template
-h, --help help for update
--name string Desired name for the template
--symbol string Desired symbol for the template
--template-id string Desired ID for the template
--template-type string Desired type for the template
--usage string Desired usage description for the template
-j, --use-json string Provide a raw JSON string to send instead of flags
--version string Desired version for the template
-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