# Fugerit tool postman

Sample utilities for Postman.

Example : java -jar target/dist-fj-tool-postman-*.jar \
	--fun CollectionEnvMerge\
    --collection-path src/test/resources/sample/fj-doc-playground-quarkus.postman_collection.json\
    --environment-path src/test/resources/sample/fugerit_ampere04.postman_environment.json\
	--output-path target/fj-doc-playground-quarkus-sample.postman_collection.json


## parameter help

	--fun <arg> The function to activate.

	--collection-path <arg> Path of postman collection to merge.

	--environment-path <arg> Path of postman environment to merge.

	--output-path <arg> Path of the merged collection.

