New Yext CLI Version: 0.1_152

The Yext CLI has been released with improvements and fixes. Please run brew upgrade yext to upgrade your CLI.

Here’s a summary of what’s changed:

  1. You can exclude resources by type on pull using --exclude flag. For example,

    yext init -u qa 2674988 yext resources pull --exclude km/entity ~/r/qa-2674988-entity-exclude
    
  2. Pull now shows progress by the number of resources pulled every twenty seconds. Example of what you might see:

    Pull in progress, it is not recommended to exit the command. 
    Exiting from the command can result in a partial pull. 
    7572 resources pulled. 
    15572 resources pulled. 
    22572 resources pulled. 
    Pull Complete. 26000 resources have been pulled.
    
  3. There should be no more extra i18n logs printed on the console.

Please comment with any questions or feedback.

5 Likes