Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ sotto login && sotto push # optional: sync ciphertext via the hosted instance
sotto share DATABASE_URL # one-time, burn-after-reading link for a single secret
```

Mit `--env` wählst du eine Umgebung für einen einzelnen Befehl aus, ohne die Standardumgebung des Projekts zu ändern:

```sh
sotto run --env staging -- npm test
sotto ls --env staging
```

`--env` gilt nur für diesen Befehl; `sotto env use` ändert die Standardumgebung.

`sotto login` verwendet die gehostete Instanz unter [getsotto.co.uk](https://getsotto.co.uk), sofern du die CLI nicht mit
`--server <url>` auf einen anderen Server richtest (siehe [Bereitstellung](deploy/README.md) für den eigenen Betrieb). In jedem Fall
speichert der Server nur Chiffrat: Der Web-Tresor unter derselben Adresse entschlüsselt in deinem
Expand Down
9 changes: 9 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ sotto login && sotto push # optional: sync ciphertext via the hosted instance
sotto share DATABASE_URL # one-time, burn-after-reading link for a single secret
```

Usa `--env` para elegir un entorno para un solo comando sin cambiar el entorno predeterminado del proyecto:

```sh
sotto run --env staging -- npm test
sotto ls --env staging
```

`--env` se aplica solo a ese comando; `sotto env use` cambia el entorno predeterminado.

`sotto login` usa la instancia alojada en [getsotto.co.uk](https://getsotto.co.uk) salvo que apuntes
a otro lugar con `--server <url>` (consulta [Despliegue](deploy/README.md) para alojar el tuyo). En cualquier caso
el servidor solo almacena texto cifrado: la bóveda web en la misma dirección descifra en tu
Expand Down
9 changes: 9 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ sotto login && sotto push # optional: sync ciphertext via the hosted instance
sotto share DATABASE_URL # one-time, burn-after-reading link for a single secret
```

Utilisez `--env` pour sélectionner un environnement pour une seule commande sans modifier celui par défaut du projet :

```sh
sotto run --env staging -- npm test
sotto ls --env staging
```

`--env` ne s'applique qu'à cette commande ; `sotto env use` modifie l'environnement par défaut.

`sotto login` utilise l'instance hébergée sur [getsotto.co.uk](https://getsotto.co.uk) sauf si vous le faites pointer
ailleurs avec `--server <url>` (voir [Déploiement](deploy/README.md) pour héberger le vôtre). Dans tous les cas,
le serveur ne stocke que du texte chiffré : le coffre web à la même adresse déchiffre dans votre
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ sotto login && sotto push # optional: sync ciphertext via the hosted instance
sotto share DATABASE_URL # one-time, burn-after-reading link for a single secret
```

Use `--env` to select an environment for one command without changing the project's default:

```sh
sotto run --env staging -- npm test
sotto ls --env staging
```

`--env` lasts for that command only; `sotto env use` changes the default.

`sotto login` uses the hosted instance at [getsotto.co.uk](https://getsotto.co.uk) unless you point
it elsewhere with `--server <url>` (see [Deploying](deploy/README.md) to run your own). Either way
the server only ever stores ciphertext - the web vault at the same address decrypts in your
Expand Down
9 changes: 9 additions & 0 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ sotto login && sotto push # optional: sync ciphertext via the hosted instance
sotto share DATABASE_URL # one-time, burn-after-reading link for a single secret
```

Use `--env` para selecionar um ambiente para um único comando sem alterar o padrão do projeto:

```sh
sotto run --env staging -- npm test
sotto ls --env staging
```

`--env` vale apenas para esse comando; `sotto env use` altera o ambiente padrão.

`sotto login` usa a instância hospedada em [getsotto.co.uk](https://getsotto.co.uk), a menos que você aponte
para outro lugar com `--server <url>` (consulte [Deploy](deploy/README.md) para hospedar o seu). De todo modo
o servidor só armazena texto cifrado: o cofre web no mesmo endereço descriptografa no seu
Expand Down
Loading