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

fix: init command #277

Merged
merged 1 commit into from
Mar 10, 2024
Merged

fix: init command #277

merged 1 commit into from
Mar 10, 2024

Conversation

fahad19
Copy link
Member

@fahad19 fahad19 commented Mar 10, 2024

What's done

Pass rootDirectoryPath directly, without needing to prepare project dependencies.

Otherwise it wasn't allowing users to init a fresh new project.

How to use

Globally

$ npm install -g @featurevisor/cli

$ mkdir my-featurevisor-project && cd my-featurevisor-project
$ featurevisor init

Using npx

$ mkdir my-featurevisor-project && cd my-featurevisor-project
$ npx @featurevisor/cli init

@fahad19 fahad19 self-assigned this Mar 10, 2024
@fahad19 fahad19 merged commit 1e46d79 into main Mar 10, 2024
1 check passed
@fahad19 fahad19 deleted the fix-init branch March 10, 2024 18:16
fahad19 added a commit that referenced this pull request Mar 10, 2024
* main:
  v1.10.1
  fix: init command (#277)
fahad19 added a commit that referenced this pull request Mar 10, 2024
* main:
  docs: Fastify integration (#270)
  docs: add Roku SDK documentation (#272)
  docs: fix code block
  v1.11.0
  feat: revisioning info moved to its own file (#274)
  v1.10.1
  fix: init command (#277)
  v1.10.0
  feat: allow showing only failed specs in test runner (#276)
  v1.9.0
  feat: allow printing datafile per environment (#275)
  docs: updated next js docs to include app router example (#268)
  v1.8.0
  feat: allow option to test by generating datafiles early (#267)
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