Skip to content

Author deleted after sdlctl experiment update command

Ho un esperimento con un autore (Caroli).

Lancio il comando sdlctl experiment update e modifico solo il nome dell'esperimento.

L'aggiornamento ha successo ma il campo autore risulta vuoto.

$ sdlctl experiment get
Experiment ID: 723
Experiment version [latest]:
╭──────────── 🔬 Experiment Core Details ────────────╮
│ ID: 723                                            │
│ Name: Exp Cinzia 10                                │
│ Description: Descrizione esperimento 1000000000000 │
│ Created At: 2025-08-28 12:11:29                    │
│ Created By: Caroli                                 │
│ Keywords: pippo                                    │
│ Group uuid: 8290042d-40ed-475e-9a3e-cabeb37a0989   │
│ Authors: Caroli                                    │
│ DOI: 10.83359/sdl-723.653                          │
│ Other Versions: 1.0.0                              │
╰────────────────────────────────────────────────────╯
╭── 🔬 Experiment Version Details ──╮
│ Version: 1.0.0                    │
│ Created At: 2025-08-28 12:11:29   │
│ Access: 🟢                        │
│ The experiment is published: True │
│ DOI: 10.83359/sdl-723.653         │
│ License: cc-by-4.0                │
╰───────────────────────────────────╯
$ sdlctl experiment update
Experiment ID: 723
Do you want to update the name value? [y/N]: y
Insert the name value: Esperimento 100
Do you want to update the description value? [y/N]:
Do you want to update the author list? [y/N]:
Do you want to update the organization list? [y/N]:
Do you want to update the project list? [y/N]:
Do you want to update the collaborator list? [y/N]:
Do you want to update the keyword list? [y/N]:
Do you want to update the doi? [y/N]:
Are you sure you want to update this experiment?

Do you want to continue? [Y/n]:

Experiment 723 updated successfully.

$ sdlctl experiment get
Experiment ID: 723
Experiment version [latest]:
╭──────────── 🔬 Experiment Core Details ────────────╮
│ ID: 723                                            │
│ Name: Esperimento 100                              │
│ Description: Descrizione esperimento 1000000000000 │
│ Created At: 2025-08-28 12:11:29                    │
│ Created By: Caroli                                 │
│ Keywords: pippo                                    │
│ Group uuid: 8290042d-40ed-475e-9a3e-cabeb37a0989   │
│ Authors:                                           │
│ DOI: 10.83359/sdl-723.653                          │
│ Other Versions: 1.0.0                              │
╰────────────────────────────────────────────────────╯
╭── 🔬 Experiment Version Details ──╮
│ Version: 1.0.0                    │
│ Created At: 2025-08-28 12:11:29   │
│ Access: 🟢                        │
│ The experiment is published: True │
│ DOI: 10.83359/sdl-723.653         │
│ License: cc-by-4.0                │
╰───────────────────────────────────╯
Edited by Cinzia Caroli