Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
diegoferigo opened this issue May 12, 2021 · 3 comments
Open

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

diegoferigo opened this issue May 12, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@diegoferigo
Copy link

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.

@diegoferigo diegoferigo added the enhancement New feature or request label May 12, 2021
@chapulina
Copy link
Contributor

This was recently added in #179 to Dome.

The command line tutorial does not cover resource upload

It would be good to update the docs.

@diegoferigo
Copy link
Author

Ow ok, thanks @chapulina, I missed that PR. I'm currently on Edifice with a colcon setup, and that PR hasn't been forward ported yet. I inspected the code and found no related logic, without thinking to check better the previous PRs. Feel free to close this issue if you don't want to use it as a reminder for the documentation.

@chapulina chapulina changed the title Upload a model from the command line to an organization Document how to upload a model from the command line May 13, 2021
@chapulina chapulina added documentation Improvements or additions to documentation good first issue Good for newcomers and removed enhancement New feature or request labels May 13, 2021
@chapulina
Copy link
Contributor

Gotcha. We'll be forward-porting that soon.

I updated this issue to be about the missing documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants