You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ghost
changed the title
[cli] when running configure with --profile, profile name should be auto-populated
[cli] when running configure with --profile, account should be auto-populated
May 28, 2020
ghost
pushed a commit
that referenced
this issue
May 28, 2020
When users pass the `--profile` flag, the CLI will automatically
populate the account name with the provided profile:
```
$ lacework configure --profile new-account
▸ Account: new-account
```
Closes#98
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
When users pass the `--profile` flag, the CLI will automatically
populate the account name with the provided profile:
```
$ lacework configure --profile new-account
▸ Account: new-account
```
Closes#98
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
As a user of the Lacework CLI,
when I create a new profile and pass the
--profile
flag,the name I pass should be auto-populated as the account name.
The text was updated successfully, but these errors were encountered: