Forrest logo
back to context overview

satis

List of commands for satis:

  • satis:tldr:1fb0c satis: Build the static output by updating only the specified repository.
    $ satis build --repository-url ${repository_url} ${satis-json} ${path-to-output_directory}
    try on your machine
    explain this command
  • satis:tldr:21a7b satis: Build the static output from the configuration.
    $ satis build ${satis-json} ${path-to-output_directory}
    try on your machine
    explain this command
  • satis:tldr:636ec satis: Add a VCS repository to the Satis configuration.
    $ satis add ${repository_url}
    try on your machine
    explain this command
  • satis:tldr:983ca satis: Initialize a Satis configuration.
    $ satis init ${satis-json}
    try on your machine
    explain this command
  • satis:tldr:f39d8 satis: Remove useless archive files.
    $ satis purge ${satis-json} ${path-to-output_directory}
    try on your machine
    explain this command
back to context overview