{"id":2063,"date":"2021-12-29T12:01:54","date_gmt":"2021-12-29T12:01:54","guid":{"rendered":"https:\/\/dayoneapp-development.mystagingwebsite.com\/blog\/command-line-interface-cli\/"},"modified":"2025-09-17T10:52:53","modified_gmt":"2025-09-17T15:52:53","slug":"command-line-interface-cli","status":"publish","type":"help_guides","link":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","title":{"rendered":"Command Line Interface (CLI)"},"content":{"rendered":"\n<p><strong>Note: The following information applies to Day One Mac 2.1.2 and later.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"name\">Name<\/h2>\n\n\n\n<p><strong>dayone<\/strong> &#8211; Command line interface for the Day One journaling application.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Note about command names<\/strong>: Starting with Day One Mac 2025.19, the CLI command has been renamed from dayone2 to dayone. For new installations and this documentation going forward, we use dayone as the primary command. However, if you previously installed the CLI tool, the dayone2 command will continue to work exactly as before. <\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install<\/h2>\n\n\n\n<p>Use this to install the CLI tool (You only ever need to do this once, even for future versions):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo bash \/Applications\/Day\\ One.app\/Contents\/Resources\/install_cli.sh<\/code><\/pre>\n\n\n\n<p>Note: You may need to enter your macOS device login password.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"description\">Description<\/h2>\n\n\n\n<p>The <strong>dayone<\/strong> tool provides a way to interact with your Day One journal file through the command line. It is typically used for custom import scripts and utilities to create a new entry. It cannot be used to export data<\/p>\n\n\n\n<p><strong>dayone<\/strong> will only work properly if you have installed the Day One macOS application and have run it at least one time on your computer.<\/p>\n\n\n\n<p>A command must always be specified. Supported command is <strong>new<\/strong>. The entry text is read from stdin.<\/p>\n\n\n\n<p>Run <code><strong>dayone -h<\/strong><\/code> in Terminal for these instructions as well.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"usage\">Usage<\/h2>\n\n\n\n<p><strong>dayone [options] command<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"commands\">Commands<\/h2>\n\n\n\n<p><strong>new [text] [text]<\/strong><\/p>\n\n\n\n<p>Creates new entry with optional text. Every text argument will be separated by a single space when placed into the new entry. If no text arguments are provided then standard input is used by default for the entry text. Use &#8211;no-stdin to override this behavior.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"options\">Options<\/h2>\n\n\n\n<p>The options must come before the command (<strong>new<\/strong>). For example:<\/p>\n\n\n\n<p><strong><code>dayone<\/code><\/strong><code> <strong>--journal<\/strong> [journal name] <strong>--photos<\/strong> [photo1][photo2]<strong>--<\/strong> <strong>new<\/strong> [text]<\/code><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-a, &#8211;attachments; -p, &#8211;photos:<\/em><\/strong><\/p>\n\n\n\n<p>The p\/photos options are deprecated, change to use a\/attachments options instead.<\/p>\n\n\n\n<p>For now both p\/photos and a\/attachments do the same thing (they are aliases of each-other).<\/p>\n\n\n\n<p>Path to one or more attachment file(s) separated by spaces.<br>Currently supported attachments are: photo\/image, video, audio, and pdf.<\/p>\n\n\n\n<p>If desired you can use an [{attachment}] placeholder in entry text to position attachment. The old style [{photo}] placeholder is still supported for backwards compatibility, but should be changed to use [{attachment}] from now on.<\/p>\n\n\n\n<p>Can only have up to 10 attachments listed.  If this option is the last one listed, you must place an &#8212; at the end of the list prior to the command, otherwise the command you provide would be considered an attachment path instead.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-a ~\/Documents\/photo1.jpg ~\/Documents\/some_pdf2.pdf -- new my entry text<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-z, &#8211;time-zone:<\/em><\/strong><\/p>\n\n\n\n<p>Time zone to use, for a list see \/usr\/share\/zoneinfo. The name is expected to be a name from the IANA Time Zone Database. (see <a href=\"http:\/\/www.iana.org\/time-zones\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/www.iana.org\/time-zones<\/a> or \/usr\/share\/zoneinfo) Alternatively, you can specify the name as a GMT offset.<\/p>\n\n\n\n<p>Examples:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-z America\/Anchorage<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>-z Australia\/Victoria<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>-z GMT-0700\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-s, &#8211;starred:<\/em><\/strong><\/p>\n\n\n\n<p>Star entry if flag is present.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--starred<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-d, &#8211;date:<\/em><\/strong><\/p>\n\n\n\n<p>Date to use, otherwise will use today\/now. Example Format (time\/seconds are optional):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yyyy-mm-dd &#91;hh:mm&#91;:ss]] &#91;AM|PM]<\/code><\/pre>\n\n\n\n<p>Uses current system time zone unless you use the &#8211;timeZone option. Other formats are possible, such as &#8216;Next Tuesday&#8217; or &#8217;12\/30\/2016&#8242;, etc.<\/p>\n\n\n\n<p>Example Use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--date='2015-06-01 15:53:10'<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>&#8211;coordinate:<\/em><\/strong><\/p>\n\n\n\n<p>Coordinate of entry location, must provide two numbers with the first a latitude, and the second a longitude.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--coordinate 32.513 35.621<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>&#8211;isoDate:<\/em><\/strong><\/p>\n\n\n\n<p>Date to use in ISO 8601 format. Format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yyyy-mm-ddThh:mm:ssZ<\/code><\/pre>\n\n\n\n<p>Always interprets the time in the UTC time zone in the gregorian calendar. Entry itself will still use current system time zone unless &#8211;timeZone option is used.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--isoDate=2015-06-01T15:53:10Z<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>&#8211;all-day:<\/em><\/strong><\/p>\n\n\n\n<p>Marks the entry as an all-day event, ignoring specific times. When used, the date will be treated as spanning the whole day.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--all-day<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-j, &#8211;journal:<\/em><\/strong><\/p>\n\n\n\n<p>Name of journal for entry. Journal must already exist. If not specified then the default journal will be used.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-t, &#8211;tags:<\/em><\/strong><\/p>\n\n\n\n<p>One or more tags for entry.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--tags Soccer Match Win<\/code><\/pre>\n\n\n\n<p>This example would assign the tags &#8216;Soccer Match&#8217; and &#8216;Win&#8217; to the entry.<\/p>\n\n\n\n<p>Using &#8212; will stop parsing options, you can use this at the end of a list of tags if needed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>&#8211;no-stdin:<\/em><\/strong><\/p>\n\n\n\n<p>Ignore standard in. By default standard in is used if no text arguments are used for the new command.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--no-stdin<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-h, &#8211;help:<\/em><\/strong><\/p>\n\n\n\n<p>If help option is set, only the help will be displayed and no commands will be executed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>-v, &#8211;version:<\/em><\/strong><\/p>\n\n\n\n<p>If version option is set, only the version will be displayed and no commands will be executed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em>&#8211;verbose:<\/em><\/strong><\/p>\n\n\n\n<p>If verbose option is set, will log out to stderr at verbose log level (normally only log errors).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"environment\">Environment<\/h2>\n\n\n\n<p><strong>DAYONE_APP_PATH:<\/strong><br>If the DAYONE_APP_PATH environment variable is defined we will look for Day One at the path in variable. The Day One app is needed for CLI to work.<\/p>\n\n\n\n<p>These paths are searched in order, first one that works is the one used:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>DAYONE_APP_PATH<\/li>\n\n\n\n<li>\/Applications\/Day One.app<\/li>\n\n\n\n<li>Asking system for path to app for com.bloombuilt.dayone-mac<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>            Instructions for installing and using CLI with Day One<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_hide_page_title":false,"jetpack_post_was_ever_published":false,"footnotes":""},"guides_category":[103],"coauthors":[46],"class_list":["post-2063","help_guides","type-help_guides","status-publish","hentry","guides_category-day-one-for-mac"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.5 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Command Line Interface (CLI)<\/title>\n<meta name=\"description\" content=\"Instructions for installing and using CLI with Day One\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Command Line Interface (CLI)\" \/>\n<meta property=\"og:description\" content=\"Instructions for installing and using CLI with Day One\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"Day One | Your Journal for Life\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dayoneapp\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T15:52:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2022\/12\/day-one-gift-certificate.png?fit=1600%2C900&quality=80&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@dayoneapp\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Day One App Support\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/\",\"url\":\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/\",\"name\":\"Command Line Interface (CLI)\",\"isPartOf\":{\"@id\":\"https:\/\/dayoneapp.com\/#website\"},\"datePublished\":\"2021-12-29T12:01:54+00:00\",\"dateModified\":\"2025-09-17T15:52:53+00:00\",\"description\":\"Instructions for installing and using CLI with Day One\",\"breadcrumb\":{\"@id\":\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dayoneapp.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guides Help\",\"item\":\"https:\/\/dayoneapp.com\/blog\/help_guides\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Command Line Interface (CLI)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dayoneapp.com\/#website\",\"url\":\"https:\/\/dayoneapp.com\/\",\"name\":\"Day One Journal App\",\"description\":\"Day One is the award-winning journaling app for iPhone, Android, iPad and Apple Watch.\",\"publisher\":{\"@id\":\"https:\/\/dayoneapp.com\/#organization\"},\"alternateName\":\"Day One Journal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dayoneapp.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dayoneapp.com\/#organization\",\"name\":\"Day One Journal App\",\"url\":\"https:\/\/dayoneapp.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dayoneapp.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2023\/02\/App-icon-Day-One.png?fit=1024%2C1024&quality=80&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2023\/02\/App-icon-Day-One.png?fit=1024%2C1024&quality=80&ssl=1\",\"width\":1024,\"height\":1024,\"caption\":\"Day One Journal App\"},\"image\":{\"@id\":\"https:\/\/dayoneapp.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dayoneapp\/\",\"https:\/\/x.com\/dayoneapp\",\"https:\/\/www.instagram.com\/dayoneapp\/\",\"https:\/\/g.co\/kgs\/CY2jB7\",\"https:\/\/apps.apple.com\/us\/app\/day-one-journal-private-diary\/id1044867788\",\"https:\/\/play.google.com\/store\/apps\/details?id=com.dayoneapp.dayone&hl=en\",\"https:\/\/becomeawritertoday.com\/day-one-review\/\",\"https:\/\/en.wikipedia.org\/wiki\/Day_One_(app)\",\"https:\/\/www.linkedin.com\/company\/day-one-app\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Command Line Interface (CLI)","description":"Instructions for installing and using CLI with Day One","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","og_locale":"en_US","og_type":"article","og_title":"Command Line Interface (CLI)","og_description":"Instructions for installing and using CLI with Day One","og_url":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","og_site_name":"Day One | Your Journal for Life","article_publisher":"https:\/\/www.facebook.com\/dayoneapp\/","article_modified_time":"2025-09-17T15:52:53+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2022\/12\/day-one-gift-certificate.png?fit=1600%2C900&quality=80&ssl=1","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@dayoneapp","twitter_misc":{"Est. reading time":"4 minutes","Written by":"Day One App Support"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","url":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","name":"Command Line Interface (CLI)","isPartOf":{"@id":"https:\/\/dayoneapp.com\/#website"},"datePublished":"2021-12-29T12:01:54+00:00","dateModified":"2025-09-17T15:52:53+00:00","description":"Instructions for installing and using CLI with Day One","breadcrumb":{"@id":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dayoneapp.com\/"},{"@type":"ListItem","position":2,"name":"Guides Help","item":"https:\/\/dayoneapp.com\/blog\/help_guides\/"},{"@type":"ListItem","position":3,"name":"Command Line Interface (CLI)"}]},{"@type":"WebSite","@id":"https:\/\/dayoneapp.com\/#website","url":"https:\/\/dayoneapp.com\/","name":"Day One Journal App","description":"Day One is the award-winning journaling app for iPhone, Android, iPad and Apple Watch.","publisher":{"@id":"https:\/\/dayoneapp.com\/#organization"},"alternateName":"Day One Journal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dayoneapp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dayoneapp.com\/#organization","name":"Day One Journal App","url":"https:\/\/dayoneapp.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dayoneapp.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2023\/02\/App-icon-Day-One.png?fit=1024%2C1024&quality=80&ssl=1","contentUrl":"https:\/\/i0.wp.com\/dayoneapp.com\/wp-content\/uploads\/2023\/02\/App-icon-Day-One.png?fit=1024%2C1024&quality=80&ssl=1","width":1024,"height":1024,"caption":"Day One Journal App"},"image":{"@id":"https:\/\/dayoneapp.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dayoneapp\/","https:\/\/x.com\/dayoneapp","https:\/\/www.instagram.com\/dayoneapp\/","https:\/\/g.co\/kgs\/CY2jB7","https:\/\/apps.apple.com\/us\/app\/day-one-journal-private-diary\/id1044867788","https:\/\/play.google.com\/store\/apps\/details?id=com.dayoneapp.dayone&hl=en","https:\/\/becomeawritertoday.com\/day-one-review\/","https:\/\/en.wikipedia.org\/wiki\/Day_One_(app)","https:\/\/www.linkedin.com\/company\/day-one-app\/"]}]}},"parsely":{"version":"1.1.0","canonical_url":"https:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","smart_links":{"inbound":0,"outbound":0},"traffic_boost_suggestions_count":0,"meta":{"@context":"https:\/\/schema.org","@type":"NewsArticle","headline":"Command Line Interface (CLI)","url":"http:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/dayoneapp.com\/guides\/day-one-for-mac\/command-line-interface-cli\/"},"thumbnailUrl":"","image":{"@type":"ImageObject","url":""},"articleSection":"Uncategorized","author":[{"@type":"Person","name":"Day One App Support"}],"creator":["Day One App Support"],"publisher":{"@type":"Organization","name":"Day One | Your Journal for Life","logo":"https:\/\/dayoneapp.com\/wp-content\/uploads\/2021\/11\/favicon-32x32-1.png"},"keywords":[],"dateCreated":"2021-12-29T12:01:54Z","datePublished":"2021-12-29T12:01:54Z","dateModified":"2025-09-17T15:52:53Z"},"rendered":"<script type=\"application\/ld+json\" class=\"wp-parsely-metadata\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"Command Line Interface (CLI)\",\"url\":\"http:\\\/\\\/dayoneapp.com\\\/guides\\\/day-one-for-mac\\\/command-line-interface-cli\\\/\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/dayoneapp.com\\\/guides\\\/day-one-for-mac\\\/command-line-interface-cli\\\/\"},\"thumbnailUrl\":\"\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"\"},\"articleSection\":\"Uncategorized\",\"author\":[{\"@type\":\"Person\",\"name\":\"Day One App Support\"}],\"creator\":[\"Day One App Support\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"Day One | Your Journal for Life\",\"logo\":\"https:\\\/\\\/dayoneapp.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/favicon-32x32-1.png\"},\"keywords\":[],\"dateCreated\":\"2021-12-29T12:01:54Z\",\"datePublished\":\"2021-12-29T12:01:54Z\",\"dateModified\":\"2025-09-17T15:52:53Z\"}<\/script>","tracker_url":"https:\/\/cdn.parsely.com\/keys\/dayoneapp.com\/p.js"},"taxonomy_info":{"guides_category":[{"value":103,"label":"Day One for Mac"}]},"featured_image_src_large":false,"author_info":{"display_name":"Day One App Support","author_link":"https:\/\/dayoneapp.com\/blog\/author\/day-one-app-support\/"},"comment_info":2,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/help_guides\/2063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/help_guides"}],"about":[{"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/types\/help_guides"}],"author":[{"embeddable":true,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/comments?post=2063"}],"version-history":[{"count":12,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/help_guides\/2063\/revisions"}],"predecessor-version":[{"id":129364,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/help_guides\/2063\/revisions\/129364"}],"wp:attachment":[{"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/media?parent=2063"}],"wp:term":[{"taxonomy":"guides_category","embeddable":true,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/guides_category?post=2063"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/dayoneapp.com\/wp-json\/wp\/v2\/coauthors?post=2063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}