-
Notifications
You must be signed in to change notification settings - Fork 26
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 --template
flag to init command
#403
Closed
dappnodedev
wants to merge
18
commits into
dappnodedev/enable-templating
from
dappnodedev/add-template-to-init
Closed
Add --template
flag to init command
#403
dappnodedev
wants to merge
18
commits into
dappnodedev/enable-templating
from
dappnodedev/add-template-to-init
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 28cae58 Merge: dddaec8 ff912ae Author: dappnodedev <[email protected]> Date: Tue Mar 12 12:15:35 2024 +0100 Merge pull request #402 from dappnode/dappnodedev/bump-js-yaml-version Bump js-yaml to 4.1.0 commit ff912ae Author: dappnodedev <[email protected]> Date: Mon Mar 11 17:58:03 2024 +0100 Bump js-yaml to 4.1.0
dappnodedev
force-pushed
the
dappnodedev/enable-templating
branch
from
March 13, 2024 19:44
bdd21e9
to
f56a1e6
Compare
commit f56a1e6 Author: dappnodedev <[email protected]> Date: Tue Mar 12 14:48:10 2024 +0100 Add template mode to build command (#398) * Add build args for template mode and variants * Merge manifest and compose files * Build package variants * Build all variants if none is defined * Show DNP name on build * Separate build dirs * Fix build test * Improve build handler style * Perform modifications based on review * Improve error handling in compose load * Squashed commit of the following: commit 28cae58 Merge: dddaec8 ff912ae Author: dappnodedev <[email protected]> Date: Tue Mar 12 12:15:35 2024 +0100 Merge pull request #402 from dappnode/dappnodedev/bump-js-yaml-version Bump js-yaml to 4.1.0 commit ff912ae Author: dappnodedev <[email protected]> Date: Mon Mar 11 17:58:03 2024 +0100 Bump js-yaml to 4.1.0 * Replace template flag by variants or all-variants * Add templateMode flag to buildAndUpload * Add templateMode flag to build call commit 28cae58 Merge: dddaec8 ff912ae Author: dappnodedev <[email protected]> Date: Tue Mar 12 12:15:35 2024 +0100 Merge pull request #402 from dappnode/dappnodedev/bump-js-yaml-version Bump js-yaml to 4.1.0 commit ff912ae Author: dappnodedev <[email protected]> Date: Mon Mar 11 17:58:03 2024 +0100 Bump js-yaml to 4.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By adding
--template
to theinit
command now the user can get a project for building several package variants from one package template