You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2025-02-18 13:05:08

muzzol
Member
Registered: 2009-05-18
Posts: 15

add common commands to console

I'm facing a huge new installation and I would like to perform some tasks from command line.

With 'bin/console' I can perform some basic ones (create users) but I'm missing a lot that would save me a lot of time:

- Modify users (change name, telephone, location...)
- Create groups
- Modify groups (assign users to them)
- Create entities
- Modify entities (assign users to them)
- Modify tickets (assign users and groups to them)


Is there any plan to add this to console?

I know I can perform some additional actions with API, so maybe providing examples for these common tasks would be enough for me.

Offline

#2 2025-02-18 15:25:59

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,288
Website

Re: add common commands to console

The goal of the CLI is to provide admin-type commands, not let you interact with GLPI more generally.

The API documentation can be found at "YOUR_GLPI/apirest.php"

The API endpoints are generic. So, you can get a User at "/apirest.php/User/USER_ID" and see the fields available for example and know what is needed for creating/updating users.


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#3 2025-02-18 15:29:14

muzzol
Member
Registered: 2009-05-18
Posts: 15

Re: add common commands to console

Ok, I understand.

I can see some examples in apirest.md , can you please provide some more examples related to those tasks I mentioned?

Offline

Board footer

Powered by FluxBB