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

Add create project CLI command #1388

Merged
merged 9 commits into from
Aug 22, 2019
Merged

Add create project CLI command #1388

merged 9 commits into from
Aug 22, 2019

Conversation

joshmeek
Copy link

@joshmeek joshmeek commented Aug 22, 2019

Thanks for contributing to Prefect!

Please describe your work and make sure your PR:

  • adds new tests (if appropriate)
  • updates CHANGELOG.md (if appropriate)
  • updates docstrings for any new functions or function arguments, including docs/outline.toml for API reference docs (if appropriate)

Note that your PR will not be reviewed unless all three boxes are checked.

What does this PR change?

Closes #1329

Why is this PR important?

Easy step to create a project from the CLI improves UX

@joshmeek joshmeek added the component:cli Related to the Prefect CLI label Aug 22, 2019
@codecov
Copy link

codecov bot commented Aug 22, 2019

Codecov Report

Merging #1388 into master will increase coverage by 0.07%.
The diff coverage is 100%.

src/prefect/cli/__init__.py Outdated Show resolved Hide resolved
src/prefect/cli/create.py Outdated Show resolved Hide resolved
src/prefect/cli/create.py Outdated Show resolved Hide resolved
src/prefect/cli/create.py Outdated Show resolved Hide resolved
@joshmeek joshmeek merged commit aeafa36 into master Aug 22, 2019
@joshmeek joshmeek deleted the createproject_cli branch August 22, 2019 18:52
abrookins pushed a commit that referenced this pull request Mar 15, 2022
Docs: Update announce bar to cloud beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli Related to the Prefect CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CLI command for creating a project
2 participants