Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Feat/create dir#52

Merged
thisismatu merged 8 commits intomasterfrom
feat/create-dir
Oct 24, 2022
Merged

Feat/create dir#52
thisismatu merged 8 commits intomasterfrom
feat/create-dir

Conversation

@thisismatu
Copy link
Copy Markdown

@thisismatu thisismatu commented Oct 21, 2022

Continuation to PR #51

As the deploy command expects a directory, create a config directory for the config.yaml file. This makes the first-developer experience even smoother. If the directory exist, the command exits. The file creation can be skipped using the --skip-create-file flag.

At the same go cleaned up some typos, improved flags help text writing and nicer app list formatting.

@thisismatu thisismatu requested a review from langma October 21, 2022 07:18
Mathias Lindholm added 5 commits October 21, 2022 15:44
- Remove "alternatively" from sole positional argument text
- Unify writing for -app application/app id text
- Fix typos
@langma
Copy link
Copy Markdown
Contributor

langma commented Oct 24, 2022

I'd rather use the CWD for the yaml output and add a new parameter to give a specific target directory for the app config.

@thisismatu
Copy link
Copy Markdown
Author

thisismatu commented Oct 24, 2022

@langma so maybe something like this:

speechly create -n "My app name" --output-dir /path/to/dir

This way the config.yaml is would be in the current working directory, unless you specify the --output-dir <path> flag.

@thisismatu thisismatu merged commit 32545a6 into master Oct 24, 2022
@thisismatu thisismatu deleted the feat/create-dir branch October 24, 2022 09:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants