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

Deprecate 'shiny static' in favor of 'shinylive export' #326

Merged
merged 4 commits into from
Sep 2, 2022
Merged

Conversation

wch
Copy link
Collaborator

@wch wch commented Aug 31, 2022

The shinylive package is now on PyPI:

This PR disables shiny static and tells the user to install shinylive and use shinylive export.

When you run shiny static, this is what it now shows:

$ shiny static myapp site
The functionality from `shiny static` has been moved to the shinylive package.
Please install shinylive and use `shinylive export` instead of `shiny static`:

  shiny static-assets remove
  pip install shinylive
  shinylive export APPDIR DESTDIR

@jcheng5
Copy link
Collaborator

jcheng5 commented Sep 1, 2022

LGTM, pending final subcommand name

@wch wch changed the title Deprecate 'shiny static' in favor of 'shinylive deploy' Deprecate 'shiny static' in favor of 'shinylive export' Sep 2, 2022
@wch
Copy link
Collaborator Author

wch commented Sep 2, 2022

I changed the command to shinylive export.

@wch wch merged commit bded4e7 into main Sep 2, 2022
@wch wch deleted the migrate-shinylive branch September 2, 2022 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants