[EPIC:] Implement configuring Nazara parameters #21
Labels
connection
THis issue is linked to the NetBox API connection
EPIC
This is a large task which may be split into smaller steps
help wanted
Extra attention is needed
high-priority
This needs to be done ASAP
rust
tests
You would like to suggest a new feature?
There are several variables which are not controlled by us, but are vital that netbox-sync actually works.
These are:
Therefore it is important to offer at least two routes of being able to configure these parameters.
The routes are:
Thenbs-config.toml
CLI argumentsThe toml file should look like this
This configuration file should be the basis for the connection parameters. When using CLI arguments or environment variables, these parameters should be temporarily overwritten. A
netbox-sync configure --uri http://....
syntax to overwrite the config file is also to be considered.These issues are part of this Epic:
location
config option #31--write-config
flag to overwrite config file #26--no-config
flag #27The text was updated successfully, but these errors were encountered: