{"id":41430157,"url":"https://github.com/tfonteyn/profilecloner","last_synced_at":"2026-01-23T14:27:16.739Z","repository":{"id":19705610,"uuid":"22960778","full_name":"tfonteyn/profilecloner","owner":"tfonteyn","description":"clones a full/partial profile from a running Wildfly or EAP 6/7 server into a CLI batch file","archived":false,"fork":false,"pushed_at":"2025-02-12T17:23:19.000Z","size":99,"stargazers_count":59,"open_issues_count":1,"forks_count":25,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-12T18:32:40.972Z","etag":null,"topics":["java","jboss","jboss-eap","jboss-wildfly"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfonteyn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-14T16:30:16.000Z","updated_at":"2025-02-12T17:23:24.000Z","dependencies_parsed_at":"2025-02-12T18:26:17.872Z","dependency_job_id":"db6d23e0-0f01-4544-a2fb-6f58a8a815bd","html_url":"https://github.com/tfonteyn/profilecloner","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tfonteyn/profilecloner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfonteyn%2Fprofilecloner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfonteyn%2Fprofilecloner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfonteyn%2Fprofilecloner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfonteyn%2Fprofilecloner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfonteyn","download_url":"https://codeload.github.com/tfonteyn/profilecloner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfonteyn%2Fprofilecloner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jboss","jboss-eap","jboss-wildfly"],"created_at":"2026-01-23T14:27:16.651Z","updated_at":"2026-01-23T14:27:16.720Z","avatar_url":"https://github.com/tfonteyn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"profilecloner\n=============\n~~~\nJBoss WildFly / JBoss EAP 6.1+ Profile (and more) Cloner.\n\nBuilding:  it's 2025, no more maven xml-hell!\nUse: \"gradlew assemble\" and the jar will be in \"build/libs\"\n\nTested with Wildfly 35.\n\nUsage:\n java -cp $JBOSS_HOME/bin/client/jboss-cli-client.jar:profilecloner.jar\n    org.jboss.tfonteyne.profilecloner.Main\n    --controller=\u003chost\u003e --port=\u003cnumber\u003e --username=\u003cuser\u003e --password=\u003cpassword\u003e\n    --file=\u003cname\u003e --add-deployments=\u003ctrue|false\u003e\n    /from=value destinationvalue [/from=value destinationvalue] ....\n\nOptions:\n  --controller=\u003chost\u003e | -c \u003chost\u003e       : Defaults to the setting in jboss-cli.xml if you have one,\n  --port=\u003cport\u003e                           or localhost and 9999 (wildfly:9990)\n  --username=\u003cuser\u003e | -u \u003cuser\u003e         : When not set, $local authentication is attempted\n  --password=\u003cpassword\u003e | -p \u003cpassword\u003e\n  --file=\u003cname\u003e | -f \u003cname\u003e             : The resulting CLI commands will be written to the file\n                                          If not set, they are output on the console\n  --add-deployments=\u003ctrue|false\u003e | -ad  : By default cloning a server-group will skip the deployments\n                                          If you first copy the content folder and clone the deployments,\n                                          you can enable this\n\nExamples for \"/from=value destinationvalue\":\n  Domain mode:\n    /socket-binding-group=full-ha-sockets full-ha-sockets-copy\n    /profile=full-ha full-ha-copy\n    /profile=full-ha/subsystem=web web\n\n  Standalone server:\n    /subsystem=security security\n    profile\n   The latter being a shortcut to clone all subsystems in individual batches\n\nEach set will generate a batch/run-batch. It is recommended to clone the profile last\nThe names from/to can be equal if you want to execute the script on a different controller.\n\n Secure connections need:\n    -Djavax.net.ssl.trustStore=/path/to/store.jks -Djavax.net.ssl.trustStorePassword=password\n\nNote that EAP 6.0.x is **not** supported.\nThe cloner will break on the \"module-option\" entries inside \"login-module\" sections.\nWorkaround is to remove those manually before cloning.\nThe file \"jboss-cli-client.jar\" does also not exist in those versions,\ninstead take a look at jconsole.sh for the equivalent set of files you will need.\nAs EAP 6.0.x is very old now, you really should be upgrading anyhow.\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfonteyn%2Fprofilecloner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfonteyn%2Fprofilecloner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfonteyn%2Fprofilecloner/lists"}