# Azion CLI sync

Synchronize your local file containing your existing application resources configuration with remote resources through Azion CLI.

## Usage

```bash
azion sync
```

## Optional flags

#### config-dir

The `--config-dir` option is used to specify the relative path to where your custom `azion.json` and `args.json` files are stored. The default value is "azion".

#### help

The `--help` option displays more information about the `sync` command.

#### env

The `--env` option is used to specify the relative path to where your custom `.env` file is stored. The default is `.edge/.env`.

:::note
In your `.env` file, variables with names containing the following substrings will be sent as **secrets** to the Azion environment:

  - password
  - pwd
  - secret
  - key
  - hash
  - encrypted
  - passcode
  - auth
  - token
  - secret
:::