Skip to content

Commit

Permalink
chore: rename aries-cli to siera (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
berendsliedrecht authored Oct 6, 2022
1 parent 984e7c1 commit 4e91fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ impl Display for Error {
Self::CannotReadConfigurationFile => write!(f, "Cannot not read configuration file. Try initializing first using: `siera configuration add --default`."),
Self::InvalidConfigurationPath => write!(f, "Invalid configuration path."),
Self::InvalidEnvironment(env) => write!(f, "The environment {} does not exist.", env),
Self::NoAgentURLSupplied => write!(f, "No agent URL supplied. Supply an agent URL either via `--agent-url` or see `aries-cli configuration --help` to learn about setting up an environment."),
Self::NoEnvironmentSupplied => write!(f, "No Environment supplied. Supply the environment either via `--environment` or see `aries-cli configuration --help` to learn about setting up an environment."),
Self::NoAgentURLSupplied => write!(f, "No agent URL supplied. Supply an agent URL either via `--agent-url` or see `siera configuration --help` to learn about setting up an environment."),
Self::NoEnvironmentSupplied => write!(f, "No Environment supplied. Supply the environment either via `--environment` or see `siera configuration --help` to learn about setting up an environment."),
Self::UnequalAmountKeyValue => write!(f, "Supplies keys and values are not equal in size."),
Self::HomeNotFound => write!(f, "Unable to find home directory."),
Self::OsUnknown => write!(f, "Unknown operating system. Failed to detect OS as windows or unix."),
Expand Down
2 changes: 1 addition & 1 deletion docs/features/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ siera configuration [SUBCOMMAND]
Add a new, or overwrite an existing, agent to your configuration file.
```
aries-cli configuration add [OPTIONS]
siera configuration add [OPTIONS]
```
#### Available flags
Expand Down

0 comments on commit 4e91fac

Please sign in to comment.