Skip to content

Deprecating "imports" and adding "precommands" instead#99

Merged
jpaul-seibert merged 4 commits intomainfrom
imports-to-precommands
Sep 2, 2025
Merged

Deprecating "imports" and adding "precommands" instead#99
jpaul-seibert merged 4 commits intomainfrom
imports-to-precommands

Conversation

@jpaul-seibert
Copy link
Contributor

The implementation of the imports feature is complex and it has a lot of overhead, like creating and pushing the import file every time a remote command is executed.

Precommands are just commands being executed beforehand. This allows you to reimplement the import feature in an easy way, by sourcing an existing file. For remote command you may upload a file beforehand.
Besides an easier implementation inside Automatix, it is more clear to the user what is happening, when you use the feature.

@jpaul-seibert jpaul-seibert merged commit 3e14649 into main Sep 2, 2025
3 checks passed
@jpaul-seibert jpaul-seibert deleted the imports-to-precommands branch September 2, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants