We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
baseUrl
To be able to set the baseUrl when using quickstar flags in aio app init so repositories out of public github can be used.
aio app init
aio app init --repo org/repo/folder --baseUrl https://mygit.com
--repo option always uses github.com
--repo
Current implementation uses Octokit that defaults to github.com https://github.com/adobe/aio-cli-plugin-app/blob/master/src/commands/app/init.js#L375-L378
While Octokit allows to customize the baseUrl with a constructor arg https://github.com/octokit/octokit.js/blob/main/README.md?plain=1#L184-L203
The text was updated successfully, but these errors were encountered:
--base-url
aio app init --repo
Successfully merging a pull request may close this issue.
Expected Behaviour
To be able to set the
baseUrl
when using quickstar flags inaio app init
so repositories out of public github can be used.Actual Behaviour
--repo
option always uses github.comReproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Current implementation uses Octokit that defaults to github.com
https://github.com/adobe/aio-cli-plugin-app/blob/master/src/commands/app/init.js#L375-L378
While Octokit allows to customize the baseUrl with a constructor arg
https://github.com/octokit/octokit.js/blob/main/README.md?plain=1#L184-L203
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: