{"id":22337370,"url":"https://github.com/nikitaignatov/octopus-artifact-loader","last_synced_at":"2025-08-22T05:06:16.276Z","repository":{"id":209751192,"uuid":"59272443","full_name":"nikitaignatov/octopus-artifact-loader","owner":"nikitaignatov","description":"Loads artifacts from octopus based on the release version","archived":false,"fork":false,"pushed_at":"2016-05-20T07:36:38.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T18:09:18.618Z","etag":null,"topics":["deployment","octopus","octopus-deploy"],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikitaignatov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-05-20T06:59:48.000Z","updated_at":"2016-06-15T19:01:08.000Z","dependencies_parsed_at":"2023-11-29T01:29:19.236Z","dependency_job_id":null,"html_url":"https://github.com/nikitaignatov/octopus-artifact-loader","commit_stats":null,"previous_names":["nikitaignatov/octopus-artifact-loader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikitaignatov/octopus-artifact-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaignatov%2Foctopus-artifact-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaignatov%2Foctopus-artifact-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaignatov%2Foctopus-artifact-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaignatov%2Foctopus-artifact-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikitaignatov","download_url":"https://codeload.github.com/nikitaignatov/octopus-artifact-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaignatov%2Foctopus-artifact-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deployment","octopus","octopus-deploy"],"created_at":"2024-12-04T06:09:40.510Z","updated_at":"2025-08-22T05:06:16.256Z","avatar_url":"https://github.com/nikitaignatov.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Octopus artifact loader\n\nOcotpus makes it possible to collect files on the server during deployment, they will be stored as artifacts.\nIn the octopus documentation you can find more details about how to collect artifacts http://docs.octopusdeploy.com/display/OD/Artifacts \n\nThen after release process is complete, artifacts can be downloaded via api.\nThis script is using F# JsonType provider to load the artifacts from the api based on the current release version.\n\n    version         = args 1 // \"2.6.0-release\"\n    key             = args 2 // \"API-YOURKEY\"\n    server          = args 3 // \"https://server\"\n    artifactName    = args 4 // \"dump.xml\"\n    output          = args 5 // \"dump\\file-2.6.0.xml\"\n\nFrom command line execute with fsi.exe\n\n    fsi loader.fsx \"2.6.0-release\" \"API-YOURKEY\" \"https://your.server/\" \"dump.xml\" \"dump\\integration-test.xml\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaignatov%2Foctopus-artifact-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikitaignatov%2Foctopus-artifact-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaignatov%2Foctopus-artifact-loader/lists"}