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

dev: fake static api #14

Open
kamilsk opened this issue Oct 11, 2023 · 1 comment
Open

dev: fake static api #14

kamilsk opened this issue Oct 11, 2023 · 1 comment
Assignees
Labels
effort: medium An issue has a medium complexity. impact: medium An issue has medium impact. scope: code An issue related to source code. type: feature A new feature request.

Comments

@kamilsk
Copy link
Member

kamilsk commented Oct 11, 2023

Motivation: experiments and automation purposes.

PoC

curl install.octolab.org/lookup | jq '.godownloader' | bash -- -b /usr/local/bin
@kamilsk kamilsk added type: feature A new feature request. scope: code An issue related to source code. impact: medium An issue has medium impact. effort: medium An issue has a medium complexity. labels Oct 11, 2023
@kamilsk kamilsk self-assigned this Oct 11, 2023
@kamilsk kamilsk changed the title dev: fake api dev: fake static api Oct 11, 2023
@kamilsk
Copy link
Member Author

kamilsk commented Oct 18, 2023

first step

curl -sSf https://install.octolab.org/lookup | jq '.godownloader'
{
  "stub": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium An issue has a medium complexity. impact: medium An issue has medium impact. scope: code An issue related to source code. type: feature A new feature request.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant