Waypoint Project inspect
Warning
This content is part of the legacy version of Waypoint that is no longer actively maintained. For additional information on the new vision of Waypoint, check out this blog post and the HCP Waypoint documentation.
Command: waypoint project inspect
Inspect the details of a project.
Usage
Usage: waypoint project inspect [project-name]
Inspect the details of a given project.
Projects usually map to a single version control repository and contain exactly one "waypoint.hcl" configuration. A project may contain multiple applications.
A project is registered via the web UI, "waypoint project apply", or "waypoint init".
Global Options
-plain
- Plain output: no colors, no animation. The default is false.-app=<string>
(-a
) - App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.-project=<string>
(-p
) - Project to target.-workspace=<string>
(-w
) - Workspace to operate in.
Command Options
-json
- Output project information as JSON. The default is false.