question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Outdated documentation on Guide

See original GitHub issue

Minor Errors in documentation: https://wmfs.github.io/tymly-website/guide/#tymly-cli

blue-print create:

From inside a throwaway directory somewhere, run the following command:

tymly new-blueprint You’ll be prompted for a few details regarding your new digital service. For the purposes of this example specify the name tymly-pizza-blueprint.

When running the command, it gives error

_$ tymly new-blueprint
Usage: new-blueprint [options] <blueprint-name>

Create a new Tymly blueprint

Options:
  -p, --path <path>  working directory - defaults to "."
  -u, --use <path>   an existing blueprint to use as a base - use its models, roles, etc in the new blueprint
  --profile <path>   alternative profile path - defaults to your home directory
  -h, --help         output usage information

Missing required argument <blueprint-name>._

The command must include the blueprint name e.g. tymly new-blueprint tymly-pizza-blueprint

Then you will be prompted for

  • Blueprint namespace
  • Description
  • What kind of data will this blueprint work with?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BillMeyerRSAcommented, Sep 16, 2019

Is there perhaps a downloadable demo that is fully functional? Also running any Tymly dev command I get

  • Unknown command dev

Seems like there was a lot of changes since the Tymly Guide and Reference was published and the latest available tymly install.

1reaction
BillMeyerRSAcommented, Sep 16, 2019

This command I cannot find any indication which one in the command list it must be

tymly add creatable --model order

Command line gives these options:

Commands:
  init [options]                            Set up some details so you don't have to keep typing them
  new-blueprint [options] <blueprint-name>  Create a new Tymly blueprint
  add-model [options]                       Add a new Tymly data model to a blueprint
  add-editable [options]                    Scaffold a new form
  add-view [options]                        Scaffold a new view or board
  add-table [options]                       Scaffold a new table view
  add-category [options]                    Generate category
  add-role [options]                        Generate role
  add-state-machine [options]               Generate a new state machine
  add-search-doc [options]                  Scaffold a new search document
  add-function [options]                    Create a function skeleton

Read more comments on GitHub >

github_iconTop Results From Across the Web

Outdated Documentation | How It Can Cost You | by Jacquie ...
This article by Jacquie Samuels discusses how outdated documentation can cost your brand and your company.
Read more >
The Holy Grail of “Always-Up-to-Date” Documentation
When you ask someone what's wrong with your documentation, the top 3 answers will be: no one reads it, it is misleading, and...
Read more >
Out of date technical documentation, or the consequences of ...
Out-of-date documentation is no better than no documentation. The company could foul of their small print. How Ironic!
Read more >
8 Tips for Keeping Your Process Documentation Up to Date
If you don't have a plan to regularly update your process documentation, you probably have instructions that are inaccurate and outdated.
Read more >
Technical Documentation in Software Development - AltexSoft
User documentation includes tutorials, user guides, ... As a result, these documents quickly become outdated and obsolete.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found