docs: make target need for deploy command more explicit in successful clone message#332
docs: make target need for deploy command more explicit in successful clone message#332federicobozzini wants to merge 2 commits into
Conversation
Signed-off-by: Federico Bozzini <federico.bozzini@arm.com>
|
This has been discussed before, I believe it is the wrong approach because it presumes that the user is using |
|
I don't disagree but going through the experience of just following what we tell the users to do is quite painful. It's a loop of commands getting run and failing which might be quite discouraging. To me it feels like the environment variable is a convenience for advanced users that can be discovered later. Not going to insist though, if you think this pushes us in the wrong direction I'll close the PR. |
|
After Clone could we say... Now run: |
What if you already have Ideal scenario is we know if invocation was w/ |
|
I think "quite painful" is probably a bit hyperbolic. It's a command which (if the ENV is not specified) instantly fails and communicates what the user needs to do. If the user does have the ENV var specified, it's the correct command. I agree we do need to help users build a mental model of how target selection works. The post-clone instructions should communicate that deployment requires a target, but presenting Would this be an appropriate compromise? |
|
I'd be quite happy with as james suggested Now run: A deployment target is required. Provide --target or set TOPO_TARGET. I just found it frustrating that if following instructions directly from AI portal you are essentially guaranteed to get an error. If we add this at least if they read all provided instructions they should avoid the error. |
Signed-off-by: Federico Bozzini <federico.bozzini@arm.com>
|
Looks reasonable to me to, change made 2ea26ba |
Changes