Skip to content

Commit

Permalink
Merge pull request #26 from Irineu333/release/v1.1.0
Browse files Browse the repository at this point in the history
Release/v1.1.0
  • Loading branch information
Irineu333 authored Mar 2, 2024
2 parents e6aad02 + 5b25235 commit 1006dad
Show file tree
Hide file tree
Showing 56 changed files with 490 additions and 601 deletions.
13 changes: 13 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 0 additions & 149 deletions README-PT.md

This file was deleted.

23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**english** | [português](README-PT.md)

# EnvManager

Easily control your environment properties.
Expand Down Expand Up @@ -34,7 +32,7 @@ You can get the instructions for any command with the `--help` option.
$ envm --help
```

[More information](docs/english/envm.md)
[More information](docs/envm.md)

### Essential Commands

Expand All @@ -50,7 +48,7 @@ $ envm install

> **Options:** --target=<target path>, --force
[More details](docs/english/install.md)
[More details](docs/install.md)

#### save

Expand All @@ -62,7 +60,7 @@ $ envm save <tag>

> **Options:** --clipboard
[More details](docs/english/save.md)
[More details](docs/save.md)

#### list

Expand All @@ -80,7 +78,7 @@ $ envm list <tag>

> **Options:** --current, --target
[More details](docs/english/list.md)
[More details](docs/list.md)

#### checkout

Expand All @@ -92,7 +90,7 @@ $ envm checkout <tag>

> **Options:** --force
[More details](docs/english/checkout.md)
[More details](docs/checkout.md)

#### delete

Expand All @@ -104,7 +102,7 @@ $ envm delete <tags>

> **Options:** --all
[More details](docs/english/delete.md)
[More details](docs/delete.md)

### Other Commands

Expand All @@ -118,7 +116,7 @@ $ envm set <properties>

> **Options:** --tag=<tag>, --all, --target-only
[More details](docs/english/set.md)
[More details](docs/set.md)

#### remove

Expand All @@ -130,7 +128,7 @@ $ envm remove <keys>

> **Options:** --tag=<tag>, --all, --target-only
[More details](docs/english/remove.md)
[More details](docs/remove.md)

#### rename

Expand All @@ -148,5 +146,6 @@ Revert changes in the **target**, synchronizing with the current environment, us
$ envm rollback
```

---
Translated from [README-PT.md](README-PT.md) using [ChatGPT](https://chat.openai.com/share/9d76f100-2955-4e01-b5d9-5dc10ee9b6de)
### Others commands

See the documentation for the other commands at [docs](/docs).
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.neo.envmanager"
version = "1.0.0"
version = "1.1.0"

repositories {
mavenCentral()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions docs/export.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# `export` command

Use the `export` command to export environments to a `.envm` file.

**Export all environments:**

```shell
$ envm export
```

**Export specific tags:**

```shell
$ envm export <tags>
```
> **Note:** You can export multiple environments by separating the tags with a space.
## Options

### `--output`

Specify the output directory of the environments file; if not specified, will be prompt for it during export.

```shell
$ envm export --output=<output-directory>
```
7 changes: 7 additions & 0 deletions docs/import.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `import` command

Use the `import` command to import environments from a `.envm` file.

```shell
$ envm import <file>
```
2 changes: 1 addition & 1 deletion docs/english/install.md → docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ envm install [options]

## Options

### `--target` or `-t`
### `--target`

Sets the path of the target properties file (`target`). If not specified, **EnvManager** will prompt for it during installation.

Expand Down
File renamed without changes.
23 changes: 0 additions & 23 deletions docs/portuguese/checkout.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/portuguese/delete.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/portuguese/envm.md

This file was deleted.

Loading

0 comments on commit 1006dad

Please sign in to comment.