sysand env sources#
List source files for an installed project and (optionally) its dependencies
Usage#
sysand env sources [OPTIONS] <IRI> [VERSION]
Description#
Prints the paths to the source files (separated by newlines) for an installed project and (optionally) its dependencies. Is intended to be machine readable.
By default sources for standard libraries are not included, as they are typically shipped with your SysML v2/KerML tooling.
Arguments#
<IRI>: IRI of the (already installed) project for which to enumerate source files[VERSION]: Version of project to list sources for. Parsed as a SemVer version requirement, so constraints like>=1are accepted, not just an exact version
Options#
--no-deps: Do not include sources for dependencies. Conflicts with--include-std--only-deps: Only include sources for dependencies, not the project’s own sources. Conflicts with--no-deps--include-std: Include (installed) KerML/SysML v2 standard libraries
Global options#
-v,--verbose: Use verbose output-q,--quiet: Do not output log messages--no-config: Disable discovery of configuration files [env:SYSAND_NO_CONFIG]--config-file <CONFIG_FILE>: Give path tosysand.tomlto use for configuration [env:SYSAND_CONFIG_FILE]-h,--help: Print help