Skip to content

uju

uju

A version control tool for source code

Synopsis

A version control tool for source code

uju [flags]

Options

  -A, --deamon_address string   The URL of the System daemon (default "http://localhost:6060")
  -h, --help                    help for uju
      --repo string             Repo ID, name or path to use for the current operation
  -v, --version                 Display the current version of this program
  -y, --yes-all                 Silences the prompts a proceed as though the users answeres Yes to all prompts

SEE ALSO

  • uju apply - Pushes current state to nodes after changes introduced through undo or revert.
  • uju cat - Prints file content at a specific revision. Defaults to current soft state.
  • uju changes - Displays a list of files that have changed on the soft state.
  • uju commit - Commits soft state changes to the hard state
  • uju config - Used to access / manage Uju configuration
  • uju conflicts - Lists files that have conflicts with the current state
  • uju diff - Shows the changes between two revisions of a file
  • uju discard - Discards uncommited file changes from the soft state.
  • uju docs - Generates commandline interface documentation
  • uju download - Download the repo from a server replica.
  • uju export - Exports repository files at the specified state to a directory
  • uju git - Run Git commands on an Uju repo.
  • uju init - Initialize a new repo
  • uju log - Shows the history of the current state. If file name is specified it will show history of that file in the current state.
  • uju login - Log in using your Lepsta account credentials.
  • uju logout - Log out of System on this machine
  • uju ls - Lists all files in the current state.
  • uju merge - Merges the supplied hard state into the current hard state
  • uju publish - Publishes repo online.
  • uju redo - Redo changes to the specified revision.
  • uju replica - Adds a replica repo to the current repo
  • uju repo - Manage a repository
  • uju repos - Lists all the repos.
  • uju rm - Delete one or more repositories
  • uju state - Manage states. Default creates a new hard state
  • uju states - Shows a list of states on the repo.
  • uju stats - Gets info from the running uju daemon
  • uju switch - Switches to the state and start tracking changes under it.
  • uju system - System info / management
  • uju token - Generates access tokens for API access.
  • uju undo - Undo changes to the specified revision.
  • uju update - Updates your files with the latest changes from the server replica.
  • uju upload - upload to the Uju repo.
  • uju validate - Validate a repository
Auto generated by spf13/cobra on 6-Sep-2020