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

Version 1.4 #18

Merged
merged 23 commits into from May 24, 2022
Merged

Version 1.4 #18

merged 23 commits into from May 24, 2022

Conversation

andrew-hossack
Copy link
Owner

[1.4] - 2022-05-22

dash-tools command is now dashtools via command line

Major changes are an overhaul to the CLI entry to use subcommands. This looks like a change from this: dashtools --init MyApp tabs to dashtools init MyApp tabs. Also added a few new commands.

Added / Changed

  • Invoke dashtools now by typing: dashtools <command> (was dash-tools <command> before)
  • Added subparsers to CLI to make commands look better:
    • dashtools init <app name> [<template>]
  • Added -d or --dir for init to specify create directory, e.g. dashtools init <appname> [<template>] --dir ~/MySandbox
  • Added new --update command to directly update to "heroku" remote
    • dashtools heroku --update
  • Broke out heroku deploy command
    • dashtools heroku --deploy
  • Broke out templates commands to use list, and added a new command to change specified directory into a new template directory. When running this command, --init will copy the specified directory to current directory with the name Template appended. All files will be given .template extensions.
    • dashtools templates --list
    • dashtools templates --init <directory to copy>
  • Added dashtools run command to run the app.py file (recursive search for app.py file, if not specified in a Procfile)
  • Better heroku deployment name generation - takes three random nouns joined by dashes and appends four alphanumeric char to end (ex. mountain-surgeon-chair-h129)
  • Added logo
  • Updated help cli print message, try: dashtools

Templates

@lgtm-com
Copy link
Contributor

lgtm-com bot commented May 24, 2022

This pull request introduces 5 alerts when merging b8b6f37 into ccba8c8 - view on LGTM.com

new alerts:

  • 4 for Use of the return value of a procedure
  • 1 for Unused import

@lgtm-com
Copy link
Contributor

lgtm-com bot commented May 24, 2022

This pull request introduces 5 alerts when merging 33a6651 into ccba8c8 - view on LGTM.com

new alerts:

  • 4 for Use of the return value of a procedure
  • 1 for Unused import

@lgtm-com
Copy link
Contributor

lgtm-com bot commented May 24, 2022

This pull request introduces 5 alerts when merging 790205d into ccba8c8 - view on LGTM.com

new alerts:

  • 4 for Use of the return value of a procedure
  • 1 for Unused import

@andrew-hossack andrew-hossack merged commit e4227d1 into main May 24, 2022
@lgtm-com
Copy link
Contributor

lgtm-com bot commented May 24, 2022

This pull request introduces 4 alerts when merging ed5f386 into ccba8c8 - view on LGTM.com

new alerts:

  • 4 for Use of the return value of a procedure

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.

None yet

1 participant