Menu Docs
Página inicial do Docs
/ /
Atlas CLI
/ /

atlas plugin install

Nesta página

  • Sintaxe
  • argumentos
  • Opções
  • Opções herdadas
  • Exemplos

Instale Atlas CLI plugin o a partir de um Github repositório do .

Instale um Atlas CLI plugin a partir de um Github repositório . Você pode especificar um Github repositório do usando o<github-owner><github-repository-name>formato "URL / " ou um completo. Quando você instala o plugin, sua versão mais recente no Github é usada por padrão. Para instalar uma versão específica do plugin, anexe o número da versão diretamente ao nome do plugin usando o símbolo @.

O MongoDB fornece um plugin -in de exemplo : https://github.com/mongodb/atlas-cli-plugin-example

Sintaxe do comando
atlas plugin install [<github-owner>/<github-repository-name>] [options]
Nome
Tipo
Obrigatório
Descrição
<github-owner>/<github-repository-name>
string
false
Identificador do repositório.
Nome
Tipo
Obrigatório
Descrição
-h, --help
false
ajuda para instalar
Nome
Tipo
Obrigatório
Descrição
-P, --profile
string
false
Nome do perfil a ser usado no arquivo de configuração. Para saber mais sobre perfis para o Atlas CLI, consulte https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.
# Install the latest version of the plugin:
atlas plugin install mongodb/atlas-cli-plugin-example
atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example
# Install a specific version of the plugin:
atlas plugin install mongodb/atlas-cli-plugin-example@1.0.4
atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example/@v1.2.3

Voltar

plugin