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

Add section about additional command-line arguments to Step Development Guidelines #791

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

Bence1001
Copy link
Contributor

Context

  • Many steps run as a wrapper around specific command-line tools, such as xcodebuild.
  • Although steps try to provide inputs for managing most arguments of those tools for ease of use, this is not always the case.
  • Therefore, providing additional command-line arguments should always be possible via a dedicated step input (e.g. via xcodebuild_options in case of Xcode Archive).
  • Steps should follow this as a best practice.

Changes

  • Added a section about additional command-line arguments to Step Development Guidelines.

@Bence1001 Bence1001 requested a review from godrei June 13, 2022 12:32
@Bence1001 Bence1001 self-assigned this Jun 13, 2022
@Bence1001 Bence1001 merged commit 4863d87 into master Jun 14, 2022
@Bence1001 Bence1001 deleted the step-dev-guidelines-extra-arguments branch June 14, 2022 09:28
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