example_clan not listing any machines #461

Closed
opened 2023-11-04 11:57:20 +00:00 by hsjobeki · 2 comments
Owner
tree ~/.local/state/clan/flake/example_clan/
/home/johannes/.local/state/clan/flake/example_clan/
├── flake.nix
└── machines
    └── example_machine
        └── settings.json

via API
GET api/example_clan/machines

{
    "machines": []
}
```bash tree ~/.local/state/clan/flake/example_clan/ /home/johannes/.local/state/clan/flake/example_clan/ ├── flake.nix └── machines └── example_machine └── settings.json ``` via API `GET api/example_clan/machines` ```json { "machines": [] } ```
Qubasa was assigned by hsjobeki 2023-11-04 11:57:26 +00:00
Author
Owner

Since** example_clan** is create in shell.nix with our CLI

...
./bin/clan machines create example_machine example_clan

I'd expect the machines to show up in the API, or am i missing sth?

Since** example_clan** is create in shell.nix with our CLI ```bash ... ./bin/clan machines create example_machine example_clan ``` I'd expect the machines to show up in the API, or am i missing sth?
Owner

The api was dropped.

The api was dropped.
Mic92 closed this issue 2024-01-02 14:54:00 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#461
No description provided.