Skip to content

Releases: andrew-hossack/dash-tools

Version 1.4

24 May 17:41
e4227d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog:

Change Log

All notable changes to this project will be documented in this file.

[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

Version 1.3

05 May 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.2...v1.3

Version 1.2

29 Apr 23:41
Compare
Choose a tag to compare

Full Changelog: V1.1...V1.2

Version 1.1

28 Apr 22:52
Compare
Choose a tag to compare

Full Changelog: V1.0...V1.1

Version 1.0

28 Apr 16:19
Compare
Choose a tag to compare

Full Changelog: 2022042...V1.0

Version 0.14

27 Apr 03:56
Compare
Choose a tag to compare

Full Changelog: V0.13...V0.14

Version 0.13

27 Apr 03:39
Compare
Choose a tag to compare

Full Changelog: V0.12...V0.13

V0.11

21 Apr 18:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: V0.10...V0.11

Version 0.10

18 Apr 04:46
Compare
Choose a tag to compare

Full Changelog: V0.9...V0.10

Version 0.9

16 Apr 22:43
Compare
Choose a tag to compare

Full Changelog: V0.8...V0.9