aspect
Aspect CLI
Synopsis
Aspect CLI is a better frontend for running bazel
Options
--aspect:config string User-specified Aspect CLI config file. /dev/null indicates that all further --aspect:config flags will be ignored.
--aspect:interactive Interactive mode (e.g. prompts for user input)
-h, --help help for aspect
SEE ALSO
- aspect analyze-profile - Analyze build profile data
- aspect aquery - Query the action graph
- aspect build - Build the specified targets
- aspect canonicalize-flags - Present a list of bazel options in a canonical form
- aspect clean - Remove the output tree
- aspect config - Displays details of configurations.
- aspect configure - Auto-configure Bazel by updating BUILD files
- aspect coverage - Same as 'test', but also generates a code coverage report.
- aspect cquery - Query the dependency graph, honoring configuration flags
- aspect docs - Open documentation in the browser
- aspect explain - Compare two Bazel execution logs to detect non-hermetic build issues.
- aspect fetch - Fetch external repositories that are prerequisites to the targets
- aspect info - Display runtime info about the bazel server
- aspect init - Create a new Bazel workspace
- aspect license - Prints the license of this software.
- aspect lint - Run configured linters over the dependency graph.
- aspect mod - Tools to work with the bzlmod external dependency graph
- aspect outputs - Print paths to declared output files
- aspect print - Print syntax elements from BUILD files
- aspect query - Query the dependency graph, ignoring configuration flags
- aspect run - Build a single target and run it with the given arguments
- aspect shutdown - Stop the bazel server
- aspect test - Build the specified targets and run all test targets among them
- aspect version - Print the versions of Aspect CLI and Bazel