We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it already possible to provide a date when publishing through the new command?
new
I am looking to mass-import existing markdown files, maintaining their original publishing dates.
The text was updated successfully, but these errors were encountered:
I found this, which is perfectly acceptable in case wf-cli doesn't provide the functionality.
wf-cli
curl "http://localhost:8080/api/auth/login" \ -H "Content-Type: application/json" \ -X POST \ -d '{ "alias": "user", "pass": "pass" }' curl "http://localhost:8080/api/posts" \ -H "Content-Type: application/json" \ -H "Authorization: Token 05071cb0-6d7b-45e4-5734-68caf081aab1" \ -X POST \ -d '{ "created": "2006-01-02T15:04:05Z", "body": "This is a post.", "title": "My Post" }'
Sorry, something went wrong.
No branches or pull requests
Is it already possible to provide a date when publishing through the
new
command?I am looking to mass-import existing markdown files, maintaining their original publishing dates.
The text was updated successfully, but these errors were encountered: