tuyen
Usage
tuyen [OPTIONS] <COMMAND>
Options
-r, --root <ROOT>
- Directory to use as root of project.
- Default value:
..
--pause
- Pause the program after execution.
- Alias:
wait.
- Possible values:
true, false.
--pause-if-error
- Pause the program after execution if an error occurs.
- Alias:
wait-if-error.
- Possible values:
true, false.
--proxy <PROXY>
--no-print
- Do not print output.
- Default value:
false.
- Possible values:
true, false.
--verbose
- Verbose output.
- Default value:
false.
- Possible values:
true, false.
-h, --help
Commands
- Format a file by pretty-printing its contents. Supports JSON and XML formats.
- Keep a server alive by sending periodic HTTP requests.
- Aliases:
poll, polling.
- Generate a new random UUID v4.
- Generate random URL-safe strings.
- List files matching a glob pattern recursively.
- Aliases:
ls.
- Remove build artifacts such as bin, obj, and node_modules directories recursively.
- Generate cryptographically secure random passwords.
- Azure Static Web App configuration, deployment, and client management.
- Log file conversion and cleanup utilities.
- Font manipulation commands for subsetting and format conversion.
- Image processing commands for creating icon packs, converting to WebP, and detecting duplicates.
- Git helper commands for configuring users, managing hooks, running pre-commit and pre-push checks, and more.
- npm package management helpers.
- Take ownership of files and directories in the current folder.
- Aliases:
chown.
- Build the Rust project by pulling latest changes, cleaning artifacts, and compiling with the release profile.
- Publish the project build output to an output directory.
- Clone a git repository with optional branch selection and credentials.
- Fetch and checkout a remote branch locally.
- Aliases:
getbranch.
- Delete local branches that no longer exist on the remote.
- Aliases:
clearbranch.
- Reset the current git repository to a clean state.
- Create and push a git tag to the remote.
- Create a release by merging the current branch into the release branch and pushing.
- Interactively rebase the current branch onto main or master.
- Manage the system hosts file entries for getting, setting, finding, removing, and listing hostname mappings.
- Aliases:
host.
- OS-specific commands for applying system patches and installing developer tools.
- Developer utilities for generating documentation, building highlight.js, patching WinMerge reports, and more.
- Episerver and Optimizely license management.
- GitHub repository operations for downloading release assets and patching workflow files.
- Aliases:
gh.
- Download a file from a URL.
- Send an HTTP request and display the response.
- Cloudflare analytics and management for traffic, security events, and API tokens.
- Aliases:
cf.
- Generate placeholder Lorem Ipsum text.
- Aliases:
lorem.
- Generate an HTML diff report comparing two or three files.
- Run integration tests for the project.
- Aliases:
inte.
- Run cargo clippy with auto-fix, formatting, and tests.
- Generate HTML documentation for the CLI commands.