File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
lib/cli/src/commands/app/secrets Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use std::{
13
13
} ;
14
14
use wasmer_api:: WasmerClient ;
15
15
16
- /// Create a new secret related to an Edge app.
16
+ /// Create a new app secret .
17
17
#[ derive( clap:: Parser , Debug ) ]
18
18
pub struct CmdAppSecretsCreate {
19
19
/* --- Common flags --- */
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use wasmer_api::WasmerClient;
10
10
11
11
use super :: utils:: { self , get_secrets} ;
12
12
13
- /// Delete an existing secret related to an Edge app.
13
+ /// Delete an existing app secret .
14
14
#[ derive( clap:: Parser , Debug ) ]
15
15
pub struct CmdAppSecretsDelete {
16
16
/* --- Common flags --- */
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use crate::{
6
6
use is_terminal:: IsTerminal ;
7
7
use std:: path:: PathBuf ;
8
8
9
- /// Retrieve the value of an existing secret related to an Edge app.
9
+ /// Retrieve the value of an existing app secret .
10
10
#[ derive( clap:: Parser , Debug ) ]
11
11
pub struct CmdAppSecretsList {
12
12
/* --- Common flags --- */
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use dialoguer::theme::ColorfulTheme;
8
8
use is_terminal:: IsTerminal ;
9
9
use std:: path:: PathBuf ;
10
10
11
- /// Reveal the value of an existing secret related to an Edge app.
11
+ /// Reveal the value of an existing app secret .
12
12
#[ derive( clap:: Parser , Debug ) ]
13
13
pub struct CmdAppSecretsReveal {
14
14
/* --- Common flags --- */
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use std::{
13
13
} ;
14
14
use wasmer_api:: WasmerClient ;
15
15
16
- /// Update an existing secret related to an Edge app.
16
+ /// Update an existing app secret .
17
17
#[ derive( clap:: Parser , Debug ) ]
18
18
pub struct CmdAppSecretsUpdate {
19
19
/* --- Common args --- */
You can’t perform that action at this time.
0 commit comments