{"id":28206523,"url":"https://github.com/colcon/colcon-alias","last_synced_at":"2025-06-11T11:31:06.077Z","repository":{"id":44510525,"uuid":"454984381","full_name":"colcon/colcon-alias","owner":"colcon","description":"Extension for colcon to create and modify command aliases","archived":false,"fork":false,"pushed_at":"2024-11-22T21:38:21.000Z","size":41,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-17T10:09:57.421Z","etag":null,"topics":["colcon"],"latest_commit_sha":null,"homepage":"http://colcon.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colcon.png","metadata":{"files":{"readme":"README.rst","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-03T00:42:18.000Z","updated_at":"2024-11-22T21:38:25.000Z","dependencies_parsed_at":"2023-01-20T07:00:48.458Z","dependency_job_id":"a29c12c6-96c4-44ff-988f-8fe8fce71225","html_url":"https://github.com/colcon/colcon-alias","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colcon","download_url":"https://codeload.github.com/colcon/colcon-alias/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colcon%2Fcolcon-alias/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259255450,"owners_count":22829477,"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","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":["colcon"],"created_at":"2025-05-17T10:09:57.425Z","updated_at":"2025-06-11T11:31:06.055Z","avatar_url":"https://github.com/colcon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"colcon-alias\n============\n\nAn extension for `colcon-core \u003chttps://github.com/colcon/colcon-core\u003e`_ to create and modify command aliases.\n\nAliases 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.\n\nAn example alias called 'bat', short for 'build and test'::\n\n    $ colcon alias bat --command build --command test\n    Registered command list for alias 'bat':\n      build\n      test\n    $ colcon bat --packages-select colcon-alias\n    Running command alias: colcon build --packages-select colcon-alias\n    ...\n    Running command alias: colcon test --packages-select colcon-alias\n    ...\n\nAnother example, an alias for building specific packages::\n\n    $ colcon alias buildpkg --command build --event-handler console_direct+ --packages-select\n    Registered command list for alias 'buildpkg':\n      build --event-handler console_direct+ --packages-select\n    $ colcon buildpkg colcon-alias\n    Running command alias: colcon build --event-handler console_direct+ --packages-select colcon-alias\n    ...\n\nA list of currently registered aliases can be found in the colcon help text::\n\n    $ colcon --help\n    ...\n\n    colcon aliases:\n      bat                   build\n                            test\n      buildpkg              build --event-handler console_direct+ --packages-select\n\n    ...\n\nNote: 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolcon%2Fcolcon-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolcon%2Fcolcon-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolcon%2Fcolcon-alias/lists"}