Skip to content

Commit

Permalink
Tutorial tweaks for the command line tutorial.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Sep 3, 2024
1 parent 4abd3ba commit ff12773
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tutorials/03_command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ https://fuel.gazebosim.org
By default, Fuel will list resources from all the servers listed in your
`config.yaml` file. See the \ref configuration for more details.

> **Tip**: If you want to see resources from a different Fuel server, add it to
`config.yaml` to and re-run the list command to see resources from both servers!
> **Tip**: If you want to see resources from a different Fuel server, add it to `config.yaml` to and re-run the list command to see resources from both servers!
There are a few other options on the command, run the help to see all of them:

Expand Down Expand Up @@ -123,7 +122,10 @@ sub-command. You can access the list of edit options using:
gz fuel edit -h
```

You must be the resource owner, or an authorized member of the organization that owns the resource, in order to edit the resource. This in turn means you must use the `--header 'Private-token: YOUR_TOKEN'` option with the `edit` sub-command.
You must be the resource owner, or an authorized member of the organization that owns the resource, in order to edit the resource. This in turn means you must use the next option with the `edit` subcommand:
```
--header 'Private-token: YOUR_TOKEN'
```

### Change resource privacy

Expand Down

0 comments on commit ff12773

Please sign in to comment.