ci(builder): set export-app.cjs to non-executable (100644)#114
Merged
Conversation
This file contains hidden or 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
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.
Summary
�[1m�[36mContracts UI Builder Export CLI�[0m
A utility for exporting, building, and testing Contracts UI Builder apps.
�[1mUsage:�[0m
export-app [command] [options]
�[1mCommands:�[0m
export Export a Contracts UI Builder app with specified configuration
build Build an exported Contracts UI Builder app
serve Start a local server to test an exported Contracts UI Builder app
verify Verify Contracts UI Builder app functionality
�[1mOptions:�[0m
--help, -h Show this help information
--chain, -c [type] Chain type (evm, solana, stellar) (default: evm)
--func, -f [name] Function name (default: transfer)
--output, -o [name] Subdirectory name within ./exports (default: transfer-app)
--adapters, -a [boolean] Include blockchain adapters (default: true)
--template, -t [name] Template to use (default: typescript-react-vite)
--complex, -x Use complex app with multiple fields
--verbose, -v Enable verbose output
--env, -e [env] Target environment: 'local' or 'production' (default: local)
�[1mExamples:�[0m
export-app export
export-app export -c solana -f stake -o stake-app
export-app export --env production -o prod-app
export-app build ./exports/transfer-app
export-app serve ./exports/transfer-app
export-app export -x to non-executable (100644) so file-mode guard passes
Impact