Extension for colcon to create and modify command aliases.
Project description
An extension for colcon-core to create and modify command aliases.
Aliases condense any number of colcon command invocations made up of a verb followed by all associated arguments down to another ‘alias’ verb. When invoking the alias verb, additional arguments can be appended to the original invocations.
An example alias called ‘bat’, short for ‘build and test’:
$ colcon alias bat --command build --command test Registered command list for alias 'bat': build test $ colcon bat --packages-select colcon-alias Running command alias: colcon build --packages-select colcon-alias ... Running command alias: colcon test --packages-select colcon-alias ...
Another example, an alias for building specific packages:
$ colcon alias buildpkg --command build --event-handler console_direct+ --packages-select Registered command list for alias 'buildpkg': build --event-handler console_direct+ --packages-select $ colcon buildpkg colcon-alias Running command alias: colcon build --event-handler console_direct+ --packages-select colcon-alias ...
A list of currently registered aliases can be found in the colcon help text:
$ colcon --help ... colcon aliases: bat build test buildpkg build --event-handler console_direct+ --packages-select ...
Note: When using colcon-alias with the colcon-mixin extension, the --mixin command line argument is applied as an argument to --command and not used as an actual mixin to the alias verb.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for colcon_alias-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b63fc7ff8f95e4caf47098811e2964faf65c42435a103845723dde0fc6d3ae9 |
|
MD5 | 89bcb0363f5f00fa4e45fa2e3d3f4049 |
|
BLAKE2b-256 | cc40da1c2f983dac5889f6887679cab4ad93cc787b35cf839b0107812aa1bb24 |