We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a611445 commit fbe3077Copy full SHA for fbe3077
1 file changed
README.md
@@ -119,7 +119,7 @@ rli blueprint list # List all blueprints
119
rli blueprint create # Create a new blueprint
120
rli blueprint get <name-or-id> # Get blueprint details by name or ID (...
121
rli blueprint logs <name-or-id> # Get blueprint build logs by name or I...
122
-rli blueprint delete <name-or-id> # Delete a blueprint by name or ID (IDs...
+rli blueprint delete <id> # Delete a blueprint by ID
123
rli blueprint prune <name> # Delete old blueprint builds, keeping ...
124
rli blueprint from-dockerfile # Create a blueprint from a Dockerfile ...
125
```
0 commit comments