Create
To add a new content we use the command
wordbucket contents new
And we will be asked the following information: name, container and structure.
$ wordbucket contents new
? Name: About Me
? Container Personal Info
? Structure About Me
After inserting those informations, a JSON file will be created in wordbucket/contents/<chosen container>
with the name of the content.
wordbucket
contents
Personal Info
1_About Me.json
structures
1_About Me.json
Last updated
Was this helpful?