-
Couldn't load subscription status.
- Fork 353
Docs/installation page #3235
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
base: devel
Are you sure you want to change the base?
Docs/installation page #3235
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 59cacc0 | Commit Preview URL Branch Preview URL |
Oct 24 2025, 10:48 AM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left several comments!
|
|
||
| Find your installed licenses with: | ||
| ```sh | ||
| $ dlt license show |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What the show command do? Verifying that you have a license? Why did you decide to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no show command. I mixed it up because license info shows your installed licenses
| runtime: | ||
| license: { env.MY_ENV_CONTAINING_LICENSE_KEY } | ||
| ```sh | ||
| dlt license issue <scope> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would also be nice to describe what would happen when you run this command. If I'm not mistaken:
- License key would be printed to the cli output
- License key would be put in your toml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added it but was not able to double check whether this is true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modified dlt main dependencies and adds js related files to the repository root. I think this may come from some experiments that you did on docs folder. please remove new dependencies from pyproject.toml and take uv.lock from devel to erase changes.
if the content of the docs is OK we can also take over this PR and clean it up. just ping me on docs channel
Upadte Installation page in dlthub documentation and add self-licensing section