at_activate_web 1.0.2
at_activate_web: ^1.0.2 copied to clipboard
Web interface for managing APKAM enrollments (approve, deny, revoke, unrevoke, delete)
at_activate_web #
Web UI and CLI for atSign activation and enrollment workflows.
Install from pub.dev (recommended) #
dart pub global activate at_activate_web
at_activate_web --help
If the command is not found:
export PATH="$PATH":"$HOME/.pub-cache/bin"
Install locally from source #
git clone <repository-url>
cd at_activate_web/packages/at_activate_web
dart pub get
dart pub global activate --source path .
at_activate_web --help
Run without global activation (local dev) #
cd packages/at_activate_web
dart pub get
dart run bin/at_activate_web.dart
More docs #
- Advanced usage/build/compile/publish:
docs/at_activate_web_development.md - Architecture details:
ARCHITECTURE.md - API v4 reference:
docs/api_v4_spec.md