Skip to content

Document how to upload a model from the command line #186

@diegoferigo

Description

@diegoferigo

I couldn't find a way to upload a model using the ign fuel command line to an organization instead of the personal profile.

The command line tutorial does not cover resource upload, and the example in the main README does not show the possibility to upload the resource to an organization.

Desired behavior

Being able to upload a model to an organization instead of the personal profile.

Implementation suggestion

If it is not currently possible, maybe a new --owner|-o option could be added?

ign fuel upload \
    -m ~/path/to/model/folder \
    --owner <organization> \  # New option?
    -u https://fuel.ignitionrobotics.org/ \
    --header 'Private-Token: <token>'

Alternatives considered

It is possible to do it from the web app, where a drop-down menu is available in the Owner field.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions