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

make create command output copy-paste friendly #1082

Merged
merged 1 commit into from Jun 5, 2017

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Apr 28, 2017

before:

➔ ./vendor/bin/phinx create InitialData
Phinx by Rob Morgan - https://phinx.org. version 0.8.0

using config file ./phinx.php
using config parser php
using migration paths 
 - /tmp/jura/db/migrations
using migration base class Phinx\Migration\AbstractMigration
using default template
created /db/migrations/20170428180919_initial_data.php

➔ git add /db/migrations/20170428180919_initial_data.php
fatal: Could not switch to '/db/': No such file or directory

➔

after:

➔ ./vendor/bin/phinx create InitialData
Phinx by Rob Morgan - https://phinx.org. version 0.8.0

using config file ./phinx.php
using config parser php
using migration paths 
 - /tmp/jura/db/migrations
using migration base class Phinx\Migration\AbstractMigration
using default template
created db/migrations/20170428180919_initial_data.php

➔ git add db/migrations/20170428180919_initial_data.php

➔

@robmorgan
Copy link
Member

thanks 👍

@robmorgan robmorgan merged commit 72c07c1 into cakephp:master Jun 5, 2017
@glensc glensc deleted the copy-paste-friendly branch June 8, 2017 17:18
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

2 participants