-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers