Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CLI flag --ignore-step-dependencies #602

Closed
VDubber opened this issue Feb 3, 2022 · 1 comment · Fixed by #606
Closed

Implement CLI flag --ignore-step-dependencies #602

VDubber opened this issue Feb 3, 2022 · 1 comment · Fixed by #606
Assignees

Comments

@VDubber
Copy link
Contributor

VDubber commented Feb 3, 2022

In order to speed up the development cycle of large integrations that collect a lot of data, the option --ignore-step-dependencies that is mentioned in the docs should be implemented.

The option will required the --step option to be specified.
The option will attempt to run with the locally stored data. If no data is available, the command will attempt to run the specified steps.

@VDubber VDubber self-assigned this Feb 3, 2022
@VDubber VDubber linked a pull request Feb 17, 2022 that will close this issue
@VDubber
Copy link
Contributor Author

VDubber commented Feb 17, 2022

The --ingore-step-dependencies flag was reworked into a new set of functionality.

Whenever the --step option is specified, a cache is automatically setup and used when possible to skip dependent steps.
The --no-cache option has been added to allow users to disable the cache from being used.
The --cache-path option has been added to allow the specifying of separate step cache to be used.

More details about this command can be found here.

These changes can be found in v8.4.0

@VDubber VDubber closed this as completed Feb 17, 2022
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 a pull request may close this issue.

1 participant