All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstreetmap.atlas.checks.database.FlagDatabaseSubCommandExamplesSection.txt Maven / Gradle / Ivy

Load Atlas Checks flags into a locally hosted database named flag_test on port 5432
#$ flag-database --flag_path=/path/to/log/files --database_url=127.0.0.1/flag_test
Load Atlas Check flags into database server 17.42.121.44 with custom port, username, schema
#$ flag-database --flag_path=/path/to/log/files --database_url=17.42.121.44:4000/flag?user=postgres¤tSchema=public
Load Atlas Checks flags into a locally hosted database and provide flag generation meta data
#$ flag-database --flag_path=/path/to/log/files --database_url=127.0.0.1/flag_test --run_uri=https://run.atlaschecks.fake/run/2145 --software_version=5.1.8




© 2015 - 2024 Weber Informatics LLC | Privacy Policy