Git

Channel Revision Published Runs on
latest/stable 1 11 Nov 2020
Ubuntu 14.04
latest/edge 1 11 Nov 2020
Ubuntu 14.04
juju deploy git
Show information

Platform:

Ubuntu
14.04

Learn about actions >

  • add-repo

    Create a git repository.

    Params
    • repo string

      Name of the git repository.

    Required

    repo

  • add-repo-user

    Give a user permissions to access a repository.

    Params
    • repo string

      Name of the repository.

    • user string

      Name of the user.

    Required

    user, repo

  • add-user

    Create a new user.

    Params
    • key string

    • user string

      Name of the user.

    Required

    user, key

  • get-repo

    Return the repository's path.

    Params
    • repo string

    Required

    repo

  • list-repo-users

    List all users who have access to a repository.

    Params
    • repo string

      Name of the repository.

    Required

    repo

  • list-repos

    List existing git repositories.

  • list-user-repos

    List all the repositories a user has access to.

    Params
    • user string

      Name of the user.

    Required

    user

  • list-users

    List all users.

  • remove-repo

    Remove a git repository.

    Params
    • repo string

      Name of the git repository

    • sure boolean

      Input sure=yes to run this action.

    Required

    repo

  • remove-repo-user

    Revoke a user's permissions to access a repository.

    Params
    • repo string

      Name of the repository.

    • user string

      Name of the user.

    Required

    user, repo

  • remove-user

    Remove a user.

    Params
    • sure boolean

      Input sure=yes to run this action.

    • user string

      Name of the user.