ARC Commander Dev Docs

Home

Develop and Contribute

Detailed Usage Instruction

Subcommand verbs

CLI Argument Help

Top level

init

investigation

study

assay

configuration

Home

last updated at 2022-12-13

Welcome to the ARC Commander Developer Docs. Feel free to explore topics in the sidebar. The following part addresses all who want to contribute to the ARC Commander development.

Users, please check out the materials and info about ARC Commander in our knowledge base.

Prerequisites Build

Check the Build.fsproj to take a look at the build targets. Here are some examples:

via dotnet cli

Examples:

For Linux use build.sh with the same syntax.

Release on github

To release the newest versions of the ArcCommander binaries on github, just push the newest version to the main branch. You must update the release notes as described above prior to this, as otherwise an old release may be overwritten by the new one.

Release workflow is based on https://github.com/marketplace/actions/automatic-releases

testing the binary

After running the default build target, binaries of the arcCommander tool will lie in ./bin/ArcCommander. To run the binary, either use the ArcCommander.exe file on windows or dotnet ArcCommander.dll on linux.

✏️ Edit this page