swift developer command line arguments
see also swiftcmdargs
{.interpreted-text role=“ref”}
Help
Just use --help
to see a help screen. You can use "help" with all
executables, as launcher, core and client might have different
arguments.
Testing as developer
Normally done like this:
--dev --bootstrapurl https://datastore.swift-project.org/shared/
- Marking as dev. provides some extra functionality
- The bootstrap location can also be changed to a test server
Test the dump server: --testcrashpad
Installers
Installer cmd. line:
-i --bootstrapurl https://datastore.swift-project.org/shared/
- bootstrap URL is mandatory
- use installer mode [-i]{.title-ref} to launch wizard
Testing pilot client with VATSIM live servers
::: {.note} ::: {.title} Note :::
Installer versions are automatically enabled for VATSIM productive keys. :::
- Testing interpolation / aircraft parts
- Use swift as "out of the box"
- Any productive servers can be used
- Works with our without simulator attached
- Voice cannot be tested (no connection allowed)
# Testing swift as we will ship it
- Set client id and key, cmd will look something like this:
--serverType vatsim --clientIdAndKey 0xFOO:BAR --dev --bootstrapurl https://datastore.swift-project.org/shared/`
Last modified 28.06.2020: Restructuring installation instructions (6779724)